Html Css Color HEX #BF068B Medium Violet Red

📋 copy color: '#BF068B'

red 191 ◦ green 6 ◦ blue 139

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

Shades of Medium Violet Red #BF068B

Tints of Medium Violet Red #BF068B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 56.85%
G = 1.79%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF068B (or 0xBF068B) is known color: Medium Violet Red. HEX triplet: BF, 06 and 8B. RGB value is (191,6,139). Sum of RGB (Red+Green+Blue) = 191+6+139=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF068B is #40F974. Grayscale: #4C4C4C. Windows color (decimal): -4258165 or 9111231. OLE color: 9111231.

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

Color convert

RGB 191 6 139 -
CMYK 0 0.97 0.27 0.25
HSL 316.86º 0.94% 0.39% -
HSV(B) 316.86º 0.97% 0.75% -
XYZ 26.21 13.07 25.57 -
YUV 76.48 163.29 209.69 -
System Red Green Blue C M Y K H S L
Decimal 191 6 139 0 0.97 0.27 0.25 316.86 0.94 0.39
Hex BF 6 8B 0 61 1B 19 13D 5E 27
Octal 277 6 213 0 141 33 31 475 136 47
Binary 10111111 110 10001011 0 1100001 11011 11001 100111101 1011110 100111

Color Harmonies of #BF068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF068B

Black with #BF068B

Text Example


Text Example

White with #BF068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF068B; }

 p { color: rgb(191,6,139); }

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

background-color css

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

 a { background-color: rgb(191,6,139); }

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

border-color css

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

 span { border-color: rgb(191,6,139); }

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