Html Css Color HEX #BF4B9C Mulberry

📋 copy color: '#BF4B9C'

red 191 ◦ green 75 ◦ blue 156

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

Shades of Mulberry #BF4B9C

Tints of Mulberry #BF4B9C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.77%

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 45.26%
G = 17.77%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF4B9C (or 0xBF4B9C) is known color: Mulberry. HEX triplet: BF, 4B and 9C. RGB value is (191,75,156). Sum of RGB (Red+Green+Blue) = 191+75+156=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4B9C is #40B463. Grayscale: #767676. Windows color (decimal): -4240484 or 10243007. OLE color: 10243007.

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

Color convert

RGB 191 75 156 -
CMYK 0 0.61 0.18 0.25
HSL 318.1º 0.48% 0.52% -
HSV(B) 318.1º 0.61% 0.75% -
XYZ 30 18.51 33.44 -
YUV 118.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 191 75 156 0 0.61 0.18 0.25 318.1 0.48 0.52
Hex BF 4B 9C 0 3D 12 19 13E 30 34
Octal 277 113 234 0 75 22 31 476 60 64
Binary 10111111 1001011 10011100 0 111101 10010 11001 100111110 110000 110100

Color Harmonies of #BF4B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B9C

Black with #BF4B9C

Text Example


Text Example

White with #BF4B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B9C; }

 p { color: rgb(191,75,156); }

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

background-color css

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

 a { background-color: rgb(191,75,156); }

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

border-color css

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

 span { border-color: rgb(191,75,156); }

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