Html Css Color HEX #BF30AA Medium Red Violet

📋 copy color: '#BF30AA'

red 191 ◦ green 48 ◦ blue 170

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

Shades of Medium Red Violet #BF30AA

Tints of Medium Red Violet #BF30AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 46.7%
G = 11.74%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF30AA (or 0xBF30AA) is known color: Medium Red Violet. HEX triplet: BF, 30 and AA. RGB value is (191,48,170). Sum of RGB (Red+Green+Blue) = 191+48+170=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF30AA is #40CF55. Grayscale: #686868. Windows color (decimal): -4247382 or 11153599. OLE color: 11153599.

HSL color Cylindrical-coordinate representation of color #BF30AA: hue angle of 308.81º 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 #BF30AA is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 48 170 -
CMYK 0 0.75 0.11 0.25
HSL 308.81º 0.6% 0.47% -
HSV(B) 308.81º 0.75% 0.75% -
XYZ 29.8 16.09 39.57 -
YUV 104.67 164.88 189.58 -
System Red Green Blue C M Y K H S L
Decimal 191 48 170 0 0.75 0.11 0.25 308.81 0.6 0.47
Hex BF 30 AA 0 4B B 19 135 3C 2F
Octal 277 60 252 0 113 13 31 465 74 57
Binary 10111111 110000 10101010 0 1001011 1011 11001 100110101 111100 101111

Color Harmonies of #BF30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30AA

Black with #BF30AA

Text Example


Text Example

White with #BF30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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