Html Css Color HEX #B42CCA Dark Orchid

📋 copy color: '#B42CCA'

red 180 ◦ green 44 ◦ blue 202

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

Shades of Dark Orchid #B42CCA

Tints of Dark Orchid #B42CCA

RGB

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

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

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

R = 42.25%
G = 10.33%
B = 47.42%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B42CCA (or 0xB42CCA) is known color: Dark Orchid. HEX triplet: B4, 2C and CA. RGB value is (180,44,202). Sum of RGB (Red+Green+Blue) = 180+44+202=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #B42CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CCA is #4BD335. Grayscale: #666666. Windows color (decimal): -4969270 or 13249716. OLE color: 13249716.

HSL color Cylindrical-coordinate representation of color #B42CCA: hue angle of 291.65º 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 #B42CCA is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 44 202 -
CMYK 0.11 0.78 0 0.21
HSL 291.65º 0.64% 0.48% -
HSV(B) 291.65º 0.78% 0.79% -
XYZ 30.38 15.77 57.32 -
YUV 102.68 184.06 183.15 -
System Red Green Blue C M Y K H S L
Decimal 180 44 202 0.11 0.78 0 0.21 291.65 0.64 0.48
Hex B4 2C CA B 4E 0 15 124 40 30
Octal 264 54 312 13 116 0 25 444 100 60
Binary 10110100 101100 11001010 1011 1001110 0 10101 100100100 1000000 110000

Color Harmonies of #B42CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CCA

Black with #B42CCA

Text Example


Text Example

White with #B42CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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