Html Css Color HEX #B42CDC Dark Orchid

📋 copy color: '#B42CDC'

red 180 ◦ green 44 ◦ blue 220

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

Shades of Dark Orchid #B42CDC

Tints of Dark Orchid #B42CDC

RGB

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

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

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

R = 40.54%
G = 9.91%
B = 49.55%

CMYK

 C value IS 0.18

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B42CDC (or 0xB42CDC) is known color: Dark Orchid. HEX triplet: B4, 2C and DC. RGB value is (180,44,220). Sum of RGB (Red+Green+Blue) = 180+44+220=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #B42CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CDC is #4BD323. Grayscale: #686868. Windows color (decimal): -4969252 or 14429364. OLE color: 14429364.

HSL color Cylindrical-coordinate representation of color #B42CDC: hue angle of 286.36º degrees, saturation: 0.72, 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 #B42CDC is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 44 220 -
CMYK 0.18 0.8 0 0.14
HSL 286.36º 0.72% 0.52% -
HSV(B) 286.36º 0.8% 0.86% -
XYZ 32.64 16.67 69.21 -
YUV 104.73 193.06 181.69 -
System Red Green Blue C M Y K H S L
Decimal 180 44 220 0.18 0.8 0 0.14 286.36 0.72 0.52
Hex B4 2C DC 12 50 0 E 11E 48 34
Octal 264 54 334 22 120 0 16 436 110 64
Binary 10110100 101100 11011100 10010 1010000 0 1110 100011110 1001000 110100

Color Harmonies of #B42CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CDC

Black with #B42CDC

Text Example


Text Example

White with #B42CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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