Html Css Color HEX #B42DDC Dark Orchid

📋 copy color: '#B42DDC'

red 180 ◦ green 45 ◦ blue 220

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

Shades of Dark Orchid #B42DDC

Tints of Dark Orchid #B42DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 40.45%
G = 10.11%
B = 49.44%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B42DDC (or 0xB42DDC) is known color: Dark Orchid. HEX triplet: B4, 2D and DC. RGB value is (180,45,220). Sum of RGB (Red+Green+Blue) = 180+45+220=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #B42DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DDC is #4BD223. Grayscale: #686868. Windows color (decimal): -4968996 or 14429620. OLE color: 14429620.

HSL color Cylindrical-coordinate representation of color #B42DDC: hue angle of 286.29º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42DDC is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 45 220 -
CMYK 0.18 0.80 0 0.14
HSL 286.29º 0.71% 0.52% -
HSV(B) 286.29º 0.8% 0.86% -
XYZ 32.68 16.75 69.22 -
YUV 105.32 192.73 181.27 -
System Red Green Blue C M Y K H S L
Decimal 180 45 220 0.18 0.80 0 0.14 286.29 0.71 0.52
Hex B4 2D DC 12 50 0 E 11E 47 34
Octal 264 55 334 22 120 0 16 436 107 64
Binary 10110100 101101 11011100 10010 1010000 0 1110 100011110 1000111 110100

Color Harmonies of #B42DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DDC

Black with #B42DDC

Text Example


Text Example

White with #B42DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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