Html Css Color HEX #BF33A6 Medium Red Violet

📋 copy color: '#BF33A6'

red 191 ◦ green 51 ◦ blue 166

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

Shades of Medium Red Violet #BF33A6

Tints of Medium Red Violet #BF33A6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.5%

 BLUE value IS 166 (65.23% from 255) = 40.69%

R = 46.81%
G = 12.5%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF33A6 (or 0xBF33A6) is known color: Medium Red Violet. HEX triplet: BF, 33 and A6. RGB value is (191,51,166). Sum of RGB (Red+Green+Blue) = 191+51+166=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF33A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF33A6 is #40CC59. Grayscale: #696969. Windows color (decimal): -4246618 or 10892223. OLE color: 10892223.

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

Color convert

RGB 191 51 166 -
CMYK 0 0.73 0.13 0.25
HSL 310.71º 0.58% 0.47% -
HSV(B) 310.71º 0.73% 0.75% -
XYZ 29.55 16.2 37.65 -
YUV 105.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 191 51 166 0 0.73 0.13 0.25 310.71 0.58 0.47
Hex BF 33 A6 0 49 D 19 137 3A 2F
Octal 277 63 246 0 111 15 31 467 72 57
Binary 10111111 110011 10100110 0 1001001 1101 11001 100110111 111010 101111

Color Harmonies of #BF33A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF33A6

Black with #BF33A6

Text Example


Text Example

White with #BF33A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF33A6; }

 p { color: rgb(191,51,166); }

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

background-color css

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

 a { background-color: rgb(191,51,166); }

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

border-color css

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

 span { border-color: rgb(191,51,166); }

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