Html Css Color HEX #BF0BA5 Medium Violet Red

📋 copy color: '#BF0BA5'

red 191 ◦ green 11 ◦ blue 165

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

Shades of Medium Violet Red #BF0BA5

Tints of Medium Violet Red #BF0BA5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3%

 BLUE value IS 165 (64.84% from 255) = 44.96%

R = 52.04%
G = 3%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF0BA5 (or 0xBF0BA5) is known color: Medium Violet Red. HEX triplet: BF, 0B and A5. RGB value is (191,11,165). Sum of RGB (Red+Green+Blue) = 191+11+165=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0BA5 is #40F45A. Grayscale: #515151. Windows color (decimal): -4256859 or 10816447. OLE color: 10816447.

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

Color convert

RGB 191 11 165 -
CMYK 0 0.94 0.14 0.25
HSL 308.67º 0.89% 0.4% -
HSV(B) 308.67º 0.94% 0.75% -
XYZ 28.4 14.03 36.81 -
YUV 82.38 174.63 205.48 -
System Red Green Blue C M Y K H S L
Decimal 191 11 165 0 0.94 0.14 0.25 308.67 0.89 0.4
Hex BF B A5 0 5E E 19 135 59 28
Octal 277 13 245 0 136 16 31 465 131 50
Binary 10111111 1011 10100101 0 1011110 1110 11001 100110101 1011001 101000

Color Harmonies of #BF0BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0BA5

Black with #BF0BA5

Text Example


Text Example

White with #BF0BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0BA5; }

 p { color: rgb(191,11,165); }

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

background-color css

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

 a { background-color: rgb(191,11,165); }

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

border-color css

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

 span { border-color: rgb(191,11,165); }

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