Html Css Color HEX #B42DCC Dark Orchid

📋 copy color: '#B42DCC'

red 180 ◦ green 45 ◦ blue 204

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

Shades of Dark Orchid #B42DCC

Tints of Dark Orchid #B42DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.49%

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

R = 41.96%
G = 10.49%
B = 47.55%

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

#B42DCC (or 0xB42DCC) is known color: Dark Orchid. HEX triplet: B4, 2D and CC. RGB value is (180,45,204). Sum of RGB (Red+Green+Blue) = 180+45+204=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #B42DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DCC is #4BD233. Grayscale: #666666. Windows color (decimal): -4969012 or 13381044. OLE color: 13381044.

HSL color Cylindrical-coordinate representation of color #B42DCC: hue angle of 290.94º degrees, saturation: 0.64, 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 #B42DCC is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 45 204 -
CMYK 0.12 0.78 0 0.2
HSL 290.94º 0.64% 0.49% -
HSV(B) 290.94º 0.78% 0.8% -
XYZ 30.66 15.94 58.59 -
YUV 103.49 184.73 182.57 -
System Red Green Blue C M Y K H S L
Decimal 180 45 204 0.12 0.78 0 0.2 290.94 0.64 0.49
Hex B4 2D CC C 4E 0 14 123 40 31
Octal 264 55 314 14 116 0 24 443 100 61
Binary 10110100 101101 11001100 1100 1001110 0 10100 100100011 1000000 110001

Color Harmonies of #B42DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DCC

Black with #B42DCC

Text Example


Text Example

White with #B42DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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