Html Css Color HEX #B42DC8 Dark Orchid

📋 copy color: '#B42DC8'

red 180 ◦ green 45 ◦ blue 200

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

Shades of Dark Orchid #B42DC8

Tints of Dark Orchid #B42DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.06%

R = 42.35%
G = 10.59%
B = 47.06%

CMYK

 C value IS 0.1

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B42DC8 (or 0xB42DC8) is known color: Dark Orchid. HEX triplet: B4, 2D and C8. RGB value is (180,45,200). Sum of RGB (Red+Green+Blue) = 180+45+200=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #B42DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DC8 is #4BD237. Grayscale: #666666. Windows color (decimal): -4969016 or 13118900. OLE color: 13118900.

HSL color Cylindrical-coordinate representation of color #B42DC8: hue angle of 292.26º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42DC8 is Cyan = 0.1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 45 200 -
CMYK 0.1 0.78 0 0.22
HSL 292.26º 0.63% 0.48% -
HSV(B) 292.26º 0.78% 0.78% -
XYZ 30.19 15.75 56.09 -
YUV 103.04 182.73 182.9 -
System Red Green Blue C M Y K H S L
Decimal 180 45 200 0.1 0.78 0 0.22 292.26 0.63 0.48
Hex B4 2D C8 A 4E 0 16 124 3F 30
Octal 264 55 310 12 116 0 26 444 77 60
Binary 10110100 101101 11001000 1010 1001110 0 10110 100100100 111111 110000

Color Harmonies of #B42DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DC8

Black with #B42DC8

Text Example


Text Example

White with #B42DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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