Html Css Color HEX #BF00A2 Medium Violet Red

📋 copy color: '#BF00A2'

red 191 ◦ green 0 ◦ blue 162

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

Shades of Medium Violet Red #BF00A2

Tints of Medium Violet Red #BF00A2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 162 (63.67% from 255) = 45.89%

R = 54.11%
G = 0%
B = 45.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BF00A2 (or 0xBF00A2) is known color: Medium Violet Red. HEX triplet: BF, 00 and A2. RGB value is (191,0,162). Sum of RGB (Red+Green+Blue) = 191+0+162=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00A2 is #40FF5D. Grayscale: #4B4B4B. Windows color (decimal): -4259678 or 10617023. OLE color: 10617023.

HSL color Cylindrical-coordinate representation of color #BF00A2: hue angle of 309.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00A2 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 0 162 -
CMYK 0 1 0.15 0.25
HSL 309.11º 1% 0.37% -
HSV(B) 309.11º 1% 0.75% -
XYZ 28.01 13.69 35.35 -
YUV 75.58 176.78 210.33 -
System Red Green Blue C M Y K H S L
Decimal 191 0 162 0 1 0.15 0.25 309.11 1 0.37
Hex BF 0 A2 0 64 F 19 135 64 25
Octal 277 0 242 0 144 17 31 465 144 45
Binary 10111111 0 10100010 0 1100100 1111 11001 100110101 1100100 100101

Color Harmonies of #BF00A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00A2

Black with #BF00A2

Text Example


Text Example

White with #BF00A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00A2; }

 p { color: rgb(191,0,162); }

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

background-color css

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

 a { background-color: rgb(191,0,162); }

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

border-color css

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

 span { border-color: rgb(191,0,162); }

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