Html Css Color HEX #B62DCA Dark Orchid

📋 copy color: '#B62DCA'

red 182 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #B62DCA

Tints of Dark Orchid #B62DCA

RGB

 RED value IS 182 (71.48% from 255) = 42.42%

 GREEN value IS 45 (17.97% from 255) = 10.49%

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 42.42%
G = 10.49%
B = 47.09%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B62DCA (or 0xB62DCA) is known color: Dark Orchid. HEX triplet: B6, 2D and CA. RGB value is (182,45,202). Sum of RGB (Red+Green+Blue) = 182+45+202=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #B62DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DCA is #49D235. Grayscale: #676767. Windows color (decimal): -4837942 or 13249974. OLE color: 13249974.

HSL color Cylindrical-coordinate representation of color #B62DCA: hue angle of 292.36º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62DCA is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 45 202 -
CMYK 0.10 0.78 0 0.21
HSL 292.36º 0.64% 0.48% -
HSV(B) 292.36º 0.78% 0.79% -
XYZ 30.89 16.09 57.35 -
YUV 103.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 182 45 202 0.10 0.78 0 0.21 292.36 0.64 0.48
Hex B6 2D CA A 4E 0 15 124 40 30
Octal 266 55 312 12 116 0 25 444 100 60
Binary 10110110 101101 11001010 1010 1001110 0 10101 100100100 1000000 110000

Color Harmonies of #B62DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62DCA

Black with #B62DCA

Text Example


Text Example

White with #B62DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62DCA; }

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

 H1.HeaderClassName
 {
   color: #B62DCA;
 }
 .AnyTagClassName
 {
   color: #B62DCA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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