Html Css Color HEX #BF30A8 Medium Red Violet

📋 copy color: '#BF30A8'

red 191 ◦ green 48 ◦ blue 168

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

Shades of Medium Red Violet #BF30A8

Tints of Medium Red Violet #BF30A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.28%

R = 46.93%
G = 11.79%
B = 41.28%

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

#BF30A8 (or 0xBF30A8) is known color: Medium Red Violet. HEX triplet: BF, 30 and A8. RGB value is (191,48,168). Sum of RGB (Red+Green+Blue) = 191+48+168=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF30A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF30A8 is #40CF57. Grayscale: #686868. Windows color (decimal): -4247384 or 11022527. OLE color: 11022527.

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

Color convert

RGB 191 48 168 -
CMYK 0 0.75 0.12 0.25
HSL 309.65º 0.6% 0.47% -
HSV(B) 309.65º 0.75% 0.75% -
XYZ 29.61 16.02 38.58 -
YUV 104.44 163.88 189.74 -
System Red Green Blue C M Y K H S L
Decimal 191 48 168 0 0.75 0.12 0.25 309.65 0.6 0.47
Hex BF 30 A8 0 4B C 19 136 3C 2F
Octal 277 60 250 0 113 14 31 466 74 57
Binary 10111111 110000 10101000 0 1001011 1100 11001 100110110 111100 101111

Color Harmonies of #BF30A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30A8

Black with #BF30A8

Text Example


Text Example

White with #BF30A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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