Html Css Color HEX #BF3CA6 Mulberry

📋 copy color: '#BF3CA6'

red 191 ◦ green 60 ◦ blue 166

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

Shades of Mulberry #BF3CA6

Tints of Mulberry #BF3CA6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.39%

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

R = 45.8%
G = 14.39%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF3CA6 (or 0xBF3CA6) is known color: Mulberry. HEX triplet: BF, 3C and A6. RGB value is (191,60,166). Sum of RGB (Red+Green+Blue) = 191+60+166=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3CA6 is #40C359. Grayscale: #6E6E6E. Windows color (decimal): -4244314 or 10894527. OLE color: 10894527.

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

Color convert

RGB 191 60 166 -
CMYK 0 0.69 0.13 0.25
HSL 311.45º 0.52% 0.49% -
HSV(B) 311.45º 0.69% 0.75% -
XYZ 29.98 17.06 37.79 -
YUV 111.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 191 60 166 0 0.69 0.13 0.25 311.45 0.52 0.49
Hex BF 3C A6 0 45 D 19 137 34 31
Octal 277 74 246 0 105 15 31 467 64 61
Binary 10111111 111100 10100110 0 1000101 1101 11001 100110111 110100 110001

Color Harmonies of #BF3CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3CA6

Black with #BF3CA6

Text Example


Text Example

White with #BF3CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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