Html Css Color HEX #BF00CB Deep Magenta

📋 copy color: '#BF00CB'

red 191 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #BF00CB

Tints of Deep Magenta #BF00CB

RGB

 RED value IS 191 (75% from 255) = 48.48%

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

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

R = 48.48%
G = 0%
B = 51.52%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF00CB (or 0xBF00CB) is known color: Deep Magenta. HEX triplet: BF, 00 and CB. RGB value is (191,0,203). Sum of RGB (Red+Green+Blue) = 191+0+203=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF00CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00CB is #40FF34. Grayscale: #4F4F4F. Windows color (decimal): -4259637 or 13303999. OLE color: 13303999.

HSL color Cylindrical-coordinate representation of color #BF00CB: hue angle of 296.45º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00CB is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 0 203 -
CMYK 0.06 1 0 0.20
HSL 296.45º 1% 0.4% -
HSV(B) 296.45º 1% 0.8% -
XYZ 32.27 15.39 57.77 -
YUV 80.25 197.28 206.99 -
System Red Green Blue C M Y K H S L
Decimal 191 0 203 0.06 1 0 0.20 296.45 1 0.4
Hex BF 0 CB 6 64 0 14 128 64 28
Octal 277 0 313 6 144 0 24 450 144 50
Binary 10111111 0 11001011 110 1100100 0 10100 100101000 1100100 101000

Color Harmonies of #BF00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00CB

Black with #BF00CB

Text Example


Text Example

White with #BF00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00CB; }

 p { color: rgb(191,0,203); }

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

background-color css

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

 a { background-color: rgb(191,0,203); }

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

border-color css

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

 span { border-color: rgb(191,0,203); }

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