Html Css Color HEX #BD18CB Deep Magenta

📋 copy color: '#BD18CB'

red 189 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #BD18CB

Tints of Deep Magenta #BD18CB

RGB

 RED value IS 189 (74.22% from 255) = 45.43%

 GREEN value IS 24 (9.77% from 255) = 5.77%

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 45.43%
G = 5.77%
B = 48.8%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD18CB (or 0xBD18CB) is known color: Deep Magenta. HEX triplet: BD, 18 and CB. RGB value is (189,24,203). Sum of RGB (Red+Green+Blue) = 189+24+203=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD18CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18CB is #42E734. Grayscale: #5D5D5D. Windows color (decimal): -4384565 or 13310141. OLE color: 13310141.

HSL color Cylindrical-coordinate representation of color #BD18CB: hue angle of 295.31º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD18CB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 24 203 -
CMYK 0.07 0.88 0 0.20
HSL 295.31º 0.79% 0.45% -
HSV(B) 295.31º 0.88% 0.8% -
XYZ 32.09 15.78 57.86 -
YUV 93.74 189.66 195.95 -
System Red Green Blue C M Y K H S L
Decimal 189 24 203 0.07 0.88 0 0.20 295.31 0.79 0.45
Hex BD 18 CB 7 58 0 14 127 4F 2D
Octal 275 30 313 7 130 0 24 447 117 55
Binary 10111101 11000 11001011 111 1011000 0 10100 100100111 1001111 101101

Color Harmonies of #BD18CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18CB

Black with #BD18CB

Text Example


Text Example

White with #BD18CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18CB; }

 p { color: rgb(189,24,203); }

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

background-color css

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

 a { background-color: rgb(189,24,203); }

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

border-color css

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

 span { border-color: rgb(189,24,203); }

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