Html Css Color HEX #BF38A6 Medium Red Violet

📋 copy color: '#BF38A6'

red 191 ◦ green 56 ◦ blue 166

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

Shades of Medium Red Violet #BF38A6

Tints of Medium Red Violet #BF38A6

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.56%

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

R = 46.25%
G = 13.56%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF38A6 (or 0xBF38A6) is known color: Medium Red Violet. HEX triplet: BF, 38 and A6. RGB value is (191,56,166). Sum of RGB (Red+Green+Blue) = 191+56+166=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF38A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF38A6 is #40C759. Grayscale: #6C6C6C. Windows color (decimal): -4245338 or 10893503. OLE color: 10893503.

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

Color convert

RGB 191 56 166 -
CMYK 0 0.71 0.13 0.25
HSL 311.11º 0.55% 0.48% -
HSV(B) 311.11º 0.71% 0.75% -
XYZ 29.78 16.66 37.72 -
YUV 108.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 191 56 166 0 0.71 0.13 0.25 311.11 0.55 0.48
Hex BF 38 A6 0 47 D 19 137 37 30
Octal 277 70 246 0 107 15 31 467 67 60
Binary 10111111 111000 10100110 0 1000111 1101 11001 100110111 110111 110000

Color Harmonies of #BF38A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF38A6

Black with #BF38A6

Text Example


Text Example

White with #BF38A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF38A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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