Html Css Color HEX #B62DCF Dark Orchid

📋 copy color: '#B62DCF'

red 182 ◦ green 45 ◦ blue 207

#B62DCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B62DCF

Tints of Dark Orchid #B62DCF

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.7%

R = 41.94%
G = 10.37%
B = 47.7%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B62DCF (or 0xB62DCF) is known color: 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

RGB 182 45 207 -
CMYK 0.12 0.78 0 0.19
HSL 290.74º 0.64% 0.49% -
HSV(B) 290.74º 0.78% 0.81% -
XYZ 31.49 16.33 60.52 -
YUV 104.43 185.89 183.33 -
System Red Green Blue C M Y K H S L
Decimal 182 45 207 0.12 0.78 0 0.19 290.74 0.64 0.49
Hex B6 2D CF C 4E 0 13 123 40 31
Octal 266 55 317 14 116 0 23 443 100 61
Binary 10110110 101101 11001111 1100 1001110 0 10011 100100011 1000000 110001

Color Harmonies of #B62DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62DCF

Black with #B62DCF

Text Example


Text Example

White with #B62DCF

Text Example


Text Example

HTML Codes & Css Web 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>