Html Css Color HEX #BF08A6 Medium Violet Red

📋 copy color: '#BF08A6'

red 191 ◦ green 8 ◦ blue 166

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

Shades of Medium Violet Red #BF08A6

Tints of Medium Violet Red #BF08A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 52.33%
G = 2.19%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF08A6 (or 0xBF08A6) is known color: Medium Violet Red. HEX triplet: BF, 08 and A6. RGB value is (191,8,166). Sum of RGB (Red+Green+Blue) = 191+8+166=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF08A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF08A6 is #40F759. Grayscale: #505050. Windows color (decimal): -4257626 or 10881215. OLE color: 10881215.

HSL color Cylindrical-coordinate representation of color #BF08A6: hue angle of 308.2º 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 #BF08A6 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 8 166 -
CMYK 0 0.96 0.13 0.25
HSL 308.2º 0.92% 0.39% -
HSV(B) 308.2º 0.96% 0.75% -
XYZ 28.46 14 37.28 -
YUV 80.73 176.13 206.65 -
System Red Green Blue C M Y K H S L
Decimal 191 8 166 0 0.96 0.13 0.25 308.2 0.92 0.39
Hex BF 8 A6 0 60 D 19 134 5C 27
Octal 277 10 246 0 140 15 31 464 134 47
Binary 10111111 1000 10100110 0 1100000 1101 11001 100110100 1011100 100111

Color Harmonies of #BF08A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF08A6

Black with #BF08A6

Text Example


Text Example

White with #BF08A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF08A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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