Html Css Color HEX #BF08AF Deep Magenta

📋 copy color: '#BF08AF'

red 191 ◦ green 8 ◦ blue 175

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

Shades of Deep Magenta #BF08AF

Tints of Deep Magenta #BF08AF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 51.07%
G = 2.14%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF08AF (or 0xBF08AF) is known color: Deep Magenta. HEX triplet: BF, 08 and AF. RGB value is (191,8,175). Sum of RGB (Red+Green+Blue) = 191+8+175=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF08AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF08AF is #40F750. Grayscale: #515151. Windows color (decimal): -4257617 or 11471039. OLE color: 11471039.

HSL color Cylindrical-coordinate representation of color #BF08AF: hue angle of 305.25º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF08AF is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 8 175 -
CMYK 0 0.96 0.08 0.25
HSL 305.25º 0.92% 0.39% -
HSV(B) 305.25º 0.96% 0.75% -
XYZ 29.31 14.35 41.78 -
YUV 81.76 180.63 205.92 -
System Red Green Blue C M Y K H S L
Decimal 191 8 175 0 0.96 0.08 0.25 305.25 0.92 0.39
Hex BF 8 AF 0 60 8 19 131 5C 27
Octal 277 10 257 0 140 10 31 461 134 47
Binary 10111111 1000 10101111 0 1100000 1000 11001 100110001 1011100 100111

Color Harmonies of #BF08AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF08AF

Black with #BF08AF

Text Example


Text Example

White with #BF08AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF08AF; }

 p { color: rgb(191,8,175); }

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

background-color css

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

 a { background-color: rgb(191,8,175); }

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

border-color css

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

 span { border-color: rgb(191,8,175); }

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