Html Css Color HEX #BD00CF Deep Magenta

📋 copy color: '#BD00CF'

red 189 ◦ green 0 ◦ blue 207

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

Shades of Deep Magenta #BD00CF

Tints of Deep Magenta #BD00CF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.73%
G = 0%
B = 52.27%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD00CF (or 0xBD00CF) is known color: Deep Magenta. HEX triplet: BD, 00 and CF. RGB value is (189,0,207). Sum of RGB (Red+Green+Blue) = 189+0+207=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD00CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00CF is #42FF30. Grayscale: #4F4F4F. Windows color (decimal): -4390705 or 13566141. OLE color: 13566141.

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

Color convert

RGB 189 0 207 -
CMYK 0.09 1 0 0.19
HSL 294.78º 1% 0.41% -
HSV(B) 294.78º 1% 0.81% -
XYZ 32.25 15.32 60.29 -
YUV 80.11 199.62 205.67 -
System Red Green Blue C M Y K H S L
Decimal 189 0 207 0.09 1 0 0.19 294.78 1 0.41
Hex BD 0 CF 9 64 0 13 127 64 29
Octal 275 0 317 11 144 0 23 447 144 51
Binary 10111101 0 11001111 1001 1100100 0 10011 100100111 1100100 101001

Color Harmonies of #BD00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD00CF

Black with #BD00CF

Text Example


Text Example

White with #BD00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD00CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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