Html Css Color HEX #B62ACC Dark Orchid

📋 copy color: '#B62ACC'

red 182 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #B62ACC

Tints of Dark Orchid #B62ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.81%

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 42.52%
G = 9.81%
B = 47.66%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B62ACC (or 0xB62ACC) is known color: Dark Orchid. HEX triplet: B6, 2A and CC. RGB value is (182,42,204). Sum of RGB (Red+Green+Blue) = 182+42+204=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #B62ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ACC is #49D533. Grayscale: #656565. Windows color (decimal): -4838708 or 13380278. OLE color: 13380278.

HSL color Cylindrical-coordinate representation of color #B62ACC: hue angle of 291.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62ACC is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 42 204 -
CMYK 0.11 0.79 0 0.2
HSL 291.85º 0.66% 0.48% -
HSV(B) 291.85º 0.79% 0.8% -
XYZ 31.02 15.96 58.57 -
YUV 102.33 185.38 184.83 -
System Red Green Blue C M Y K H S L
Decimal 182 42 204 0.11 0.79 0 0.2 291.85 0.66 0.48
Hex B6 2A CC B 4F 0 14 124 42 30
Octal 266 52 314 13 117 0 24 444 102 60
Binary 10110110 101010 11001100 1011 1001111 0 10100 100100100 1000010 110000

Color Harmonies of #B62ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62ACC

Black with #B62ACC

Text Example


Text Example

White with #B62ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62ACC; }

 p { color: rgb(182,42,204); }

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

background-color css

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

 a { background-color: rgb(182,42,204); }

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

border-color css

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

 span { border-color: rgb(182,42,204); }

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