Html Css Color HEX #B42CDD Dark Orchid

📋 copy color: '#B42CDD'

red 180 ◦ green 44 ◦ blue 221

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

Shades of Dark Orchid #B42CDD

Tints of Dark Orchid #B42CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 40.45%
G = 9.89%
B = 49.66%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B42CDD (or 0xB42CDD) is known color: Dark Orchid. HEX triplet: B4, 2C and DD. RGB value is (180,44,221). Sum of RGB (Red+Green+Blue) = 180+44+221=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #B42CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CDD is #4BD322. Grayscale: #686868. Windows color (decimal): -4969251 or 14494900. OLE color: 14494900.

HSL color Cylindrical-coordinate representation of color #B42CDD: hue angle of 286.1º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42CDD is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 44 221 -
CMYK 0.19 0.80 0 0.13
HSL 286.1º 0.72% 0.52% -
HSV(B) 286.1º 0.8% 0.87% -
XYZ 32.77 16.73 69.91 -
YUV 104.84 193.56 181.61 -
System Red Green Blue C M Y K H S L
Decimal 180 44 221 0.19 0.80 0 0.13 286.1 0.72 0.52
Hex B4 2C DD 13 50 0 D 11E 48 34
Octal 264 54 335 23 120 0 15 436 110 64
Binary 10110100 101100 11011101 10011 1010000 0 1101 100011110 1001000 110100

Color Harmonies of #B42CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CDD

Black with #B42CDD

Text Example


Text Example

White with #B42CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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