Html Css Color HEX #BF3EA6 Mulberry

📋 copy color: '#BF3EA6'

red 191 ◦ green 62 ◦ blue 166

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

Shades of Mulberry #BF3EA6

Tints of Mulberry #BF3EA6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.8%

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

R = 45.58%
G = 14.8%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF3EA6 (or 0xBF3EA6) is known color: Mulberry. HEX triplet: BF, 3E and A6. RGB value is (191,62,166). Sum of RGB (Red+Green+Blue) = 191+62+166=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3EA6 is #40C159. Grayscale: #707070. Windows color (decimal): -4243802 or 10895039. OLE color: 10895039.

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

Color convert

RGB 191 62 166 -
CMYK 0 0.68 0.13 0.25
HSL 311.63º 0.51% 0.5% -
HSV(B) 311.63º 0.68% 0.75% -
XYZ 30.09 17.27 37.82 -
YUV 112.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 191 62 166 0 0.68 0.13 0.25 311.63 0.51 0.5
Hex BF 3E A6 0 44 D 19 138 33 32
Octal 277 76 246 0 104 15 31 470 63 62
Binary 10111111 111110 10100110 0 1000100 1101 11001 100111000 110011 110010

Color Harmonies of #BF3EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3EA6

Black with #BF3EA6

Text Example


Text Example

White with #BF3EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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