Html Css Color HEX #BD4F9C Mulberry

📋 copy color: '#BD4F9C'

red 189 ◦ green 79 ◦ blue 156

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

Shades of Mulberry #BD4F9C

Tints of Mulberry #BD4F9C

RGB

 RED value IS 189 (74.22% from 255) = 44.58%

 GREEN value IS 79 (31.25% from 255) = 18.63%

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

R = 44.58%
G = 18.63%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD4F9C (or 0xBD4F9C) is known color: Mulberry. HEX triplet: BD, 4F and 9C. RGB value is (189,79,156). Sum of RGB (Red+Green+Blue) = 189+79+156=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4F9C is #42B063. Grayscale: #787878. Windows color (decimal): -4370532 or 10244029. OLE color: 10244029.

HSL color Cylindrical-coordinate representation of color #BD4F9C: hue angle of 318º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4F9C is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 79 156 -
CMYK 0 0.58 0.17 0.26
HSL 318º 0.45% 0.53% -
HSV(B) 318º 0.58% 0.74% -
XYZ 29.78 18.81 33.51 -
YUV 120.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 189 79 156 0 0.58 0.17 0.26 318 0.45 0.53
Hex BD 4F 9C 0 3A 11 1A 13E 2D 35
Octal 275 117 234 0 72 21 32 476 55 65
Binary 10111101 1001111 10011100 0 111010 10001 11010 100111110 101101 110101

Color Harmonies of #BD4F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F9C

Black with #BD4F9C

Text Example


Text Example

White with #BD4F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F9C; }

 p { color: rgb(189,79,156); }

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

background-color css

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

 a { background-color: rgb(189,79,156); }

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

border-color css

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

 span { border-color: rgb(189,79,156); }

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