Html Css Color HEX #BD15CE Deep Magenta

📋 copy color: '#BD15CE'

red 189 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #BD15CE

Tints of Deep Magenta #BD15CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.05%

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 45.43%
G = 5.05%
B = 49.52%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD15CE (or 0xBD15CE) is known color: Deep Magenta. HEX triplet: BD, 15 and CE. RGB value is (189,21,206). Sum of RGB (Red+Green+Blue) = 189+21+206=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15CE is #42EA31. Grayscale: #5B5B5B. Windows color (decimal): -4385330 or 13505981. OLE color: 13505981.

HSL color Cylindrical-coordinate representation of color #BD15CE: hue angle of 294.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD15CE is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 21 206 -
CMYK 0.08 0.90 0 0.19
HSL 294.49º 0.81% 0.45% -
HSV(B) 294.49º 0.9% 0.81% -
XYZ 32.4 15.81 59.74 -
YUV 92.32 192.16 196.96 -
System Red Green Blue C M Y K H S L
Decimal 189 21 206 0.08 0.90 0 0.19 294.49 0.81 0.45
Hex BD 15 CE 8 5A 0 13 126 51 2D
Octal 275 25 316 10 132 0 23 446 121 55
Binary 10111101 10101 11001110 1000 1011010 0 10011 100100110 1010001 101101

Color Harmonies of #BD15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD15CE

Black with #BD15CE

Text Example


Text Example

White with #BD15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD15CE; }

 p { color: rgb(189,21,206); }

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

background-color css

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

 a { background-color: rgb(189,21,206); }

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

border-color css

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

 span { border-color: rgb(189,21,206); }

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