Html Css Color HEX #BF0BCF Deep Magenta

📋 copy color: '#BF0BCF'

red 191 ◦ green 11 ◦ blue 207

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

Shades of Deep Magenta #BF0BCF

Tints of Deep Magenta #BF0BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.69%

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

R = 46.7%
G = 2.69%
B = 50.61%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF0BCF (or 0xBF0BCF) is known color: Deep Magenta. HEX triplet: BF, 0B and CF. RGB value is (191,11,207). Sum of RGB (Red+Green+Blue) = 191+11+207=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF0BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0BCF is #40F430. Grayscale: #565656. Windows color (decimal): -4256817 or 13568959. OLE color: 13568959.

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

Color convert

RGB 191 11 207 -
CMYK 0.08 0.95 0 0.19
HSL 295.1º 0.9% 0.43% -
HSV(B) 295.1º 0.95% 0.81% -
XYZ 32.87 15.82 60.35 -
YUV 87.16 195.63 202.06 -
System Red Green Blue C M Y K H S L
Decimal 191 11 207 0.08 0.95 0 0.19 295.1 0.9 0.43
Hex BF B CF 8 5F 0 13 127 5A 2B
Octal 277 13 317 10 137 0 23 447 132 53
Binary 10111111 1011 11001111 1000 1011111 0 10011 100100111 1011010 101011

Color Harmonies of #BF0BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0BCF

Black with #BF0BCF

Text Example


Text Example

White with #BF0BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0BCF; }

 p { color: rgb(191,11,207); }

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

background-color css

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

 a { background-color: rgb(191,11,207); }

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

border-color css

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

 span { border-color: rgb(191,11,207); }

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