Html Css Color HEX #BD4CA5 Mulberry

📋 copy color: '#BD4CA5'

red 189 ◦ green 76 ◦ blue 165

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

Shades of Mulberry #BD4CA5

Tints of Mulberry #BD4CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.37%

R = 43.95%
G = 17.67%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD4CA5 (or 0xBD4CA5) is known color: Mulberry. HEX triplet: BD, 4C and A5. RGB value is (189,76,165). Sum of RGB (Red+Green+Blue) = 189+76+165=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4CA5 is #42B35A. Grayscale: #777777. Windows color (decimal): -4371291 or 10833085. OLE color: 10833085.

HSL color Cylindrical-coordinate representation of color #BD4CA5: hue angle of 312.74º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4CA5 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 76 165 -
CMYK 0 0.60 0.13 0.26
HSL 312.74º 0.46% 0.52% -
HSV(B) 312.74º 0.6% 0.74% -
XYZ 30.36 18.7 37.61 -
YUV 119.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 189 76 165 0 0.60 0.13 0.26 312.74 0.46 0.52
Hex BD 4C A5 0 3C D 1A 139 2E 34
Octal 275 114 245 0 74 15 32 471 56 64
Binary 10111101 1001100 10100101 0 111100 1101 11010 100111001 101110 110100

Color Harmonies of #BD4CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CA5

Black with #BD4CA5

Text Example


Text Example

White with #BD4CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CA5; }

 p { color: rgb(189,76,165); }

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

background-color css

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

 a { background-color: rgb(189,76,165); }

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

border-color css

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

 span { border-color: rgb(189,76,165); }

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