Html Css Color HEX #BF0288 Medium Violet Red

📋 copy color: '#BF0288'

red 191 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #BF0288

Tints of Medium Violet Red #BF0288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 136 (53.52% from 255) = 41.34%

R = 58.05%
G = 0.61%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF0288 (or 0xBF0288) is known color: Medium Violet Red. HEX triplet: BF, 02 and 88. RGB value is (191,2,136). Sum of RGB (Red+Green+Blue) = 191+2+136=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0288 is #40FD77. Grayscale: #494949. Windows color (decimal): -4259192 or 8913599. OLE color: 8913599.

HSL color Cylindrical-coordinate representation of color #BF0288: hue angle of 317.46º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0288 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 2 136 -
CMYK 0 0.99 0.29 0.25
HSL 317.46º 0.98% 0.38% -
HSV(B) 317.46º 0.99% 0.75% -
XYZ 25.95 12.9 24.41 -
YUV 73.79 163.12 211.6 -
System Red Green Blue C M Y K H S L
Decimal 191 2 136 0 0.99 0.29 0.25 317.46 0.98 0.38
Hex BF 2 88 0 63 1D 19 13D 62 26
Octal 277 2 210 0 143 35 31 475 142 46
Binary 10111111 10 10001000 0 1100011 11101 11001 100111101 1100010 100110

Color Harmonies of #BF0288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0288

Black with #BF0288

Text Example


Text Example

White with #BF0288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0288; }

 p { color: rgb(191,2,136); }

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

background-color css

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

 a { background-color: rgb(191,2,136); }

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

border-color css

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

 span { border-color: rgb(191,2,136); }

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