Html Css Color HEX #BF0C7A Medium Violet Red

📋 copy color: '#BF0C7A'

red 191 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #BF0C7A

Tints of Medium Violet Red #BF0C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.69%

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 58.77%
G = 3.69%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF0C7A (or 0xBF0C7A) is known color: Medium Violet Red. HEX triplet: BF, 0C and 7A. RGB value is (191,12,122). Sum of RGB (Red+Green+Blue) = 191+12+122=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C7A is #40F385. Grayscale: #4D4D4D. Windows color (decimal): -4256646 or 7998655. OLE color: 7998655.

HSL color Cylindrical-coordinate representation of color #BF0C7A: hue angle of 323.13º degrees, saturation: 0.88, 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 #BF0C7A is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 12 122 -
CMYK 0 0.94 0.36 0.25
HSL 323.13º 0.88% 0.4% -
HSV(B) 323.13º 0.94% 0.75% -
XYZ 25.13 12.74 19.55 -
YUV 78.06 152.8 208.56 -
System Red Green Blue C M Y K H S L
Decimal 191 12 122 0 0.94 0.36 0.25 323.13 0.88 0.4
Hex BF C 7A 0 5E 24 19 143 58 28
Octal 277 14 172 0 136 44 31 503 130 50
Binary 10111111 1100 1111010 0 1011110 100100 11001 101000011 1011000 101000

Color Harmonies of #BF0C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C7A

Black with #BF0C7A

Text Example


Text Example

White with #BF0C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C7A; }

 p { color: rgb(191,12,122); }

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

background-color css

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

 a { background-color: rgb(191,12,122); }

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

border-color css

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

 span { border-color: rgb(191,12,122); }

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