Html Css Color HEX #BF066D Medium Violet Red

📋 copy color: '#BF066D'

red 191 ◦ green 6 ◦ blue 109

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

Shades of Medium Violet Red #BF066D

Tints of Medium Violet Red #BF066D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 62.42%
G = 1.96%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF066D (or 0xBF066D) is known color: Medium Violet Red. HEX triplet: BF, 06 and 6D. RGB value is (191,6,109). Sum of RGB (Red+Green+Blue) = 191+6+109=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF066D is #40F992. Grayscale: #484848. Windows color (decimal): -4258195 or 7145151. OLE color: 7145151.

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

Color convert

RGB 191 6 109 -
CMYK 0 0.97 0.43 0.25
HSL 326.59º 0.94% 0.39% -
HSV(B) 326.59º 0.97% 0.75% -
XYZ 24.31 12.31 15.56 -
YUV 73.06 148.29 212.12 -
System Red Green Blue C M Y K H S L
Decimal 191 6 109 0 0.97 0.43 0.25 326.59 0.94 0.39
Hex BF 6 6D 0 61 2B 19 147 5E 27
Octal 277 6 155 0 141 53 31 507 136 47
Binary 10111111 110 1101101 0 1100001 101011 11001 101000111 1011110 100111

Color Harmonies of #BF066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF066D

Black with #BF066D

Text Example


Text Example

White with #BF066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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