#b62dcf

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

Shades of Dark Orchid #B62DCF

Tints of Dark Orchid #B62DCF

Color information

#B62DCF (or 0xB62DCF) is unknown color: approx Dark Orchid. HEX triplet: B6, 2D and CF. RGB value is (182,45,207). Sum of RGB (Red+Green+Blue) = 182+45+207=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #B62DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DCF is #49D230. Grayscale: #676767. Windows color (decimal): -4837937 or 13577654. OLE color: 13577654.

HSL color Cylindrical-coordinate representation of color #B62DCF: hue angle of 290.74º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62DCF is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18245207-
CMYK0.120.7800.19
HSL290.74º64.29%49.41%-
HSV(B)290.74º78.26%81.18%-
XYZ31.4916.3360.52-
YUV104.43185.89183.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 45 (17.97% from 255) = 10.37%
BLUE value IS 207 (81.25% from 255) = 47.70%
R=41.94%
G=10.37%
B=47.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182452070.120.7800.19290.7464.2949.41
HexB62DCFC4E0131234031
Octal266553171411602344310061
Binary1011011010110111001111110010011100100111001000111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b62dcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b62dcf; }

 p { color: rgb(182,45,207); }

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

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

 a { background-color: rgb(182,45,207); }

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

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

 span { border-color: rgb(182,45,207); }

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