Html Css Color HEX #BF30A2 Medium Red Violet

📋 copy color: '#BF30A2'

red 191 ◦ green 48 ◦ blue 162

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

Shades of Medium Red Violet #BF30A2

Tints of Medium Red Violet #BF30A2

RGB

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

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

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

R = 47.63%
G = 11.97%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BF30A2 (or 0xBF30A2) is known color: Medium Red Violet. HEX triplet: BF, 30 and A2. RGB value is (191,48,162). Sum of RGB (Red+Green+Blue) = 191+48+162=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF30A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF30A2 is #40CF5D. Grayscale: #676767. Windows color (decimal): -4247390 or 10629311. OLE color: 10629311.

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

Color convert

RGB 191 48 162 -
CMYK 0 0.75 0.15 0.25
HSL 312.17º 0.6% 0.47% -
HSV(B) 312.17º 0.75% 0.75% -
XYZ 29.06 15.8 35.7 -
YUV 103.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 191 48 162 0 0.75 0.15 0.25 312.17 0.6 0.47
Hex BF 30 A2 0 4B F 19 138 3C 2F
Octal 277 60 242 0 113 17 31 470 74 57
Binary 10111111 110000 10100010 0 1001011 1111 11001 100111000 111100 101111

Color Harmonies of #BF30A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30A2

Black with #BF30A2

Text Example


Text Example

White with #BF30A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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