Html Css Color HEX #B42CCC Dark Orchid

📋 copy color: '#B42CCC'

red 180 ◦ green 44 ◦ blue 204

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

Shades of Dark Orchid #B42CCC

Tints of Dark Orchid #B42CCC

RGB

 RED value IS 180 (70.7% from 255) = 42.06%

 GREEN value IS 44 (17.58% from 255) = 10.28%

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

R = 42.06%
G = 10.28%
B = 47.66%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B42CCC (or 0xB42CCC) is known color: Dark Orchid. HEX triplet: B4, 2C and CC. RGB value is (180,44,204). Sum of RGB (Red+Green+Blue) = 180+44+204=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 44 (17.58% from 255 or 10.28% 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 #B42CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CCC is #4BD333. Grayscale: #666666. Windows color (decimal): -4969268 or 13380788. OLE color: 13380788.

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

Color convert

RGB 180 44 204 -
CMYK 0.12 0.78 0 0.2
HSL 291º 0.65% 0.49% -
HSV(B) 291º 0.78% 0.8% -
XYZ 30.62 15.86 58.57 -
YUV 102.9 185.06 182.99 -
System Red Green Blue C M Y K H S L
Decimal 180 44 204 0.12 0.78 0 0.2 291 0.65 0.49
Hex B4 2C CC C 4E 0 14 123 41 31
Octal 264 54 314 14 116 0 24 443 101 61
Binary 10110100 101100 11001100 1100 1001110 0 10100 100100011 1000001 110001

Color Harmonies of #B42CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CCC

Black with #B42CCC

Text Example


Text Example

White with #B42CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CCC; }

 p { color: rgb(180,44,204); }

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

background-color css

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

 a { background-color: rgb(180,44,204); }

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

border-color css

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

 span { border-color: rgb(180,44,204); }

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