#B430BE

Color #B430BE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B430BE

Tints of Dark Orchid #B430BE

Color information

#B430BE (or 0xB430BE) is unknown color: approx Dark Orchid. HEX triplet: B4, 30 and BE. RGB value is (180,48,190). Sum of RGB (Red+Green+Blue) = 180+48+190=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #B430BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430BE is #4BCF41. Grayscale: #676767. Windows color (decimal): -4968258 or 12464308. OLE color: 12464308.

HSL color Cylindrical-coordinate representation of color #B430BE: hue angle of 295.77º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B430BE is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18048190-
CMYK0.050.7500.25
HSL295.77º59.66%46.67%-
HSV(B)295.77º74.74%74.51%-
XYZ29.1715.5350.18-
YUV103.66176.73182.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 48 (19.14% from 255) = 11.48%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=43.06%
G=11.48%
B=45.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180481900.050.7500.25295.7759.6646.67
HexB430BE54B0191283c2f
Octal2646027651130314507457
Binary10110100110000101111101011001011011001100101000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B430BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B430BE; }

 p { color: rgb(180,48,190); }

 H1.HeaderClassName
 {
   color: #B430BE;
 }
 .AnyTagClassName
 {
   color: #B430BE;
 }
</style>
background-color css

<style>
 a { background-color: #B430BE; }

 a { background-color: rgb(180,48,190); }

 div.DivClassName
 {
   background-color: #B430BE;
 }
 .BgClassName
 {
   background-color: #B430BE;
 }
</style>
border-color css

<style>
 span { border-color: #B430BE; }

 span { border-color: rgb(180,48,190); }

 td.TdClassName
 {
   border-color: #B430BE;
 }
 .TagClassName
 {
   border-color: #B430BE;
 }
</style>