Html Css Color HEX #B42CBD Dark Orchid

📋 copy color: '#B42CBD'

red 180 ◦ green 44 ◦ blue 189

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

Shades of Dark Orchid #B42CBD

Tints of Dark Orchid #B42CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 43.58%
G = 10.65%
B = 45.76%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B42CBD (or 0xB42CBD) is known color: Dark Orchid. HEX triplet: B4, 2C and BD. RGB value is (180,44,189). Sum of RGB (Red+Green+Blue) = 180+44+189=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #B42CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CBD is #4BD342. Grayscale: #646464. Windows color (decimal): -4969283 or 12397748. OLE color: 12397748.

HSL color Cylindrical-coordinate representation of color #B42CBD: hue angle of 296.28º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42CBD is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 44 189 -
CMYK 0.05 0.77 0 0.26
HSL 296.28º 0.62% 0.46% -
HSV(B) 296.28º 0.77% 0.74% -
XYZ 28.91 15.18 49.55 -
YUV 101.19 177.56 184.21 -
System Red Green Blue C M Y K H S L
Decimal 180 44 189 0.05 0.77 0 0.26 296.28 0.62 0.46
Hex B4 2C BD 5 4D 0 1A 128 3E 2E
Octal 264 54 275 5 115 0 32 450 76 56
Binary 10110100 101100 10111101 101 1001101 0 11010 100101000 111110 101110

Color Harmonies of #B42CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CBD

Black with #B42CBD

Text Example


Text Example

White with #B42CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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