Html Css Color HEX #B42DB9 Dark Orchid

📋 copy color: '#B42DB9'

red 180 ◦ green 45 ◦ blue 185

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

Shades of Dark Orchid #B42DB9

Tints of Dark Orchid #B42DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.12%

R = 43.9%
G = 10.98%
B = 45.12%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B42DB9 (or 0xB42DB9) is known color: Dark Orchid. HEX triplet: B4, 2D and B9. RGB value is (180,45,185). Sum of RGB (Red+Green+Blue) = 180+45+185=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #B42DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DB9 is #4BD246. Grayscale: #646464. Windows color (decimal): -4969031 or 12135860. OLE color: 12135860.

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

Color convert

RGB 180 45 185 -
CMYK 0.03 0.76 0 0.27
HSL 297.86º 0.61% 0.45% -
HSV(B) 297.86º 0.76% 0.73% -
XYZ 28.52 15.08 47.31 -
YUV 101.33 175.23 184.12 -
System Red Green Blue C M Y K H S L
Decimal 180 45 185 0.03 0.76 0 0.27 297.86 0.61 0.45
Hex B4 2D B9 3 4C 0 1B 12A 3D 2D
Octal 264 55 271 3 114 0 33 452 75 55
Binary 10110100 101101 10111001 11 1001100 0 11011 100101010 111101 101101

Color Harmonies of #B42DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DB9

Black with #B42DB9

Text Example


Text Example

White with #B42DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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