Html Css Color HEX #BF30A9 Medium Red Violet

📋 copy color: '#BF30A9'

red 191 ◦ green 48 ◦ blue 169

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

Shades of Medium Red Violet #BF30A9

Tints of Medium Red Violet #BF30A9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.76%

 BLUE value IS 169 (66.41% from 255) = 41.42%

R = 46.81%
G = 11.76%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF30A9 (or 0xBF30A9) is known color: Medium Red Violet. HEX triplet: BF, 30 and A9. RGB value is (191,48,169). Sum of RGB (Red+Green+Blue) = 191+48+169=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF30A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF30A9 is #40CF56. Grayscale: #686868. Windows color (decimal): -4247383 or 11088063. OLE color: 11088063.

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

Color convert

RGB 191 48 169 -
CMYK 0 0.75 0.12 0.25
HSL 309.23º 0.6% 0.47% -
HSV(B) 309.23º 0.75% 0.75% -
XYZ 29.7 16.05 39.07 -
YUV 104.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 191 48 169 0 0.75 0.12 0.25 309.23 0.6 0.47
Hex BF 30 A9 0 4B C 19 135 3C 2F
Octal 277 60 251 0 113 14 31 465 74 57
Binary 10111111 110000 10101001 0 1001011 1100 11001 100110101 111100 101111

Color Harmonies of #BF30A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30A9

Black with #BF30A9

Text Example


Text Example

White with #BF30A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30A9; }

 p { color: rgb(191,48,169); }

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

background-color css

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

 a { background-color: rgb(191,48,169); }

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

border-color css

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

 span { border-color: rgb(191,48,169); }

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