Html Css Color HEX #BF069E Medium Violet Red

📋 copy color: '#BF069E'

red 191 ◦ green 6 ◦ blue 158

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

Shades of Medium Violet Red #BF069E

Tints of Medium Violet Red #BF069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 53.8%
G = 1.69%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF069E (or 0xBF069E) is known color: Medium Violet Red. HEX triplet: BF, 06 and 9E. RGB value is (191,6,158). Sum of RGB (Red+Green+Blue) = 191+6+158=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF069E is #40F961. Grayscale: #4E4E4E. Windows color (decimal): -4258146 or 10356415. OLE color: 10356415.

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

Color convert

RGB 191 6 158 -
CMYK 0 0.97 0.17 0.25
HSL 310.7º 0.94% 0.39% -
HSV(B) 310.7º 0.97% 0.75% -
XYZ 27.72 13.68 33.53 -
YUV 78.64 172.79 208.14 -
System Red Green Blue C M Y K H S L
Decimal 191 6 158 0 0.97 0.17 0.25 310.7 0.94 0.39
Hex BF 6 9E 0 61 11 19 137 5E 27
Octal 277 6 236 0 141 21 31 467 136 47
Binary 10111111 110 10011110 0 1100001 10001 11001 100110111 1011110 100111

Color Harmonies of #BF069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF069E

Black with #BF069E

Text Example


Text Example

White with #BF069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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