Html Css Color HEX #BD18CF Deep Magenta

📋 copy color: '#BD18CF'

red 189 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #BD18CF

Tints of Deep Magenta #BD18CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 45%
G = 5.71%
B = 49.29%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD18CF (or 0xBD18CF) is known color: Deep Magenta. HEX triplet: BD, 18 and CF. RGB value is (189,24,207). Sum of RGB (Red+Green+Blue) = 189+24+207=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD18CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18CF is #42E730. Grayscale: #5D5D5D. Windows color (decimal): -4384561 or 13572285. OLE color: 13572285.

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

Color convert

RGB 189 24 207 -
CMYK 0.09 0.88 0 0.19
HSL 294.1º 0.79% 0.45% -
HSV(B) 294.1º 0.88% 0.81% -
XYZ 32.58 15.98 60.4 -
YUV 94.2 191.66 195.62 -
System Red Green Blue C M Y K H S L
Decimal 189 24 207 0.09 0.88 0 0.19 294.1 0.79 0.45
Hex BD 18 CF 9 58 0 13 126 4F 2D
Octal 275 30 317 11 130 0 23 446 117 55
Binary 10111101 11000 11001111 1001 1011000 0 10011 100100110 1001111 101101

Color Harmonies of #BD18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18CF

Black with #BD18CF

Text Example


Text Example

White with #BD18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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