Html Css Color HEX #BF4CA4 Mulberry

📋 copy color: '#BF4CA4'

red 191 ◦ green 76 ◦ blue 164

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

Shades of Mulberry #BF4CA4

Tints of Mulberry #BF4CA4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.63%

 BLUE value IS 164 (64.45% from 255) = 38.05%

R = 44.32%
G = 17.63%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF4CA4 (or 0xBF4CA4) is known color: Mulberry. HEX triplet: BF, 4C and A4. RGB value is (191,76,164). Sum of RGB (Red+Green+Blue) = 191+76+164=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4CA4 is #40B35B. Grayscale: #787878. Windows color (decimal): -4240220 or 10767551. OLE color: 10767551.

HSL color Cylindrical-coordinate representation of color #BF4CA4: hue angle of 314.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4CA4 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 76 164 -
CMYK 0 0.60 0.14 0.25
HSL 314.09º 0.47% 0.52% -
HSV(B) 314.09º 0.6% 0.75% -
XYZ 30.77 18.93 37.15 -
YUV 120.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 191 76 164 0 0.60 0.14 0.25 314.09 0.47 0.52
Hex BF 4C A4 0 3C E 19 13A 2F 34
Octal 277 114 244 0 74 16 31 472 57 64
Binary 10111111 1001100 10100100 0 111100 1110 11001 100111010 101111 110100

Color Harmonies of #BF4CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CA4

Black with #BF4CA4

Text Example


Text Example

White with #BF4CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CA4; }

 p { color: rgb(191,76,164); }

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

background-color css

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

 a { background-color: rgb(191,76,164); }

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

border-color css

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

 span { border-color: rgb(191,76,164); }

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