Html Css Color HEX #B42CB8 Dark Orchid

📋 copy color: '#B42CB8'

red 180 ◦ green 44 ◦ blue 184

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

Shades of Dark Orchid #B42CB8

Tints of Dark Orchid #B42CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.1%

R = 44.12%
G = 10.78%
B = 45.1%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B42CB8 (or 0xB42CB8) is known color: Dark Orchid. HEX triplet: B4, 2C and B8. RGB value is (180,44,184). Sum of RGB (Red+Green+Blue) = 180+44+184=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 184 - color contains mainly: blue. Hex color #B42CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CB8 is #4BD347. Grayscale: #646464. Windows color (decimal): -4969288 or 12070068. OLE color: 12070068.

HSL color Cylindrical-coordinate representation of color #B42CB8: hue angle of 298.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42CB8 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 44 184 -
CMYK 0.02 0.76 0 0.28
HSL 298.29º 0.61% 0.45% -
HSV(B) 298.29º 0.76% 0.72% -
XYZ 28.37 14.97 46.74 -
YUV 100.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 180 44 184 0.02 0.76 0 0.28 298.29 0.61 0.45
Hex B4 2C B8 2 4C 0 1C 12A 3D 2D
Octal 264 54 270 2 114 0 34 452 75 55
Binary 10110100 101100 10111000 10 1001100 0 11100 100101010 111101 101101

Color Harmonies of #B42CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CB8

Black with #B42CB8

Text Example


Text Example

White with #B42CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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