Html Css Color HEX #B62ACB Dark Orchid

📋 copy color: '#B62ACB'

red 182 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #B62ACB

Tints of Dark Orchid #B62ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 42.62%
G = 9.84%
B = 47.54%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B62ACB (or 0xB62ACB) is known color: Dark Orchid. HEX triplet: B6, 2A and CB. RGB value is (182,42,203). Sum of RGB (Red+Green+Blue) = 182+42+203=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #B62ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ACB is #49D534. Grayscale: #656565. Windows color (decimal): -4838709 or 13314742. OLE color: 13314742.

HSL color Cylindrical-coordinate representation of color #B62ACB: hue angle of 292.17º 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 #B62ACB is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 42 203 -
CMYK 0.10 0.79 0 0.20
HSL 292.17º 0.66% 0.48% -
HSV(B) 292.17º 0.79% 0.8% -
XYZ 30.9 15.91 57.94 -
YUV 102.21 184.88 184.91 -
System Red Green Blue C M Y K H S L
Decimal 182 42 203 0.10 0.79 0 0.20 292.17 0.66 0.48
Hex B6 2A CB A 4F 0 14 124 42 30
Octal 266 52 313 12 117 0 24 444 102 60
Binary 10110110 101010 11001011 1010 1001111 0 10100 100100100 1000010 110000

Color Harmonies of #B62ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62ACB

Black with #B62ACB

Text Example


Text Example

White with #B62ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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