Html Css Color HEX #BD4298 Mulberry

📋 copy color: '#BD4298'

red 189 ◦ green 66 ◦ blue 152

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

Shades of Mulberry #BD4298

Tints of Mulberry #BD4298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.22%

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 46.44%
G = 16.22%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD4298 (or 0xBD4298) is known color: Mulberry. HEX triplet: BD, 42 and 98. RGB value is (189,66,152). Sum of RGB (Red+Green+Blue) = 189+66+152=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4298 is #42BD67. Grayscale: #707070. Windows color (decimal): -4373864 or 9978557. OLE color: 9978557.

HSL color Cylindrical-coordinate representation of color #BD4298: hue angle of 318.05º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4298 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 66 152 -
CMYK 0 0.65 0.20 0.26
HSL 318.05º 0.48% 0.5% -
HSV(B) 318.05º 0.65% 0.74% -
XYZ 28.6 16.98 31.48 -
YUV 112.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 189 66 152 0 0.65 0.20 0.26 318.05 0.48 0.5
Hex BD 42 98 0 41 14 1A 13E 30 32
Octal 275 102 230 0 101 24 32 476 60 62
Binary 10111101 1000010 10011000 0 1000001 10100 11010 100111110 110000 110010

Color Harmonies of #BD4298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4298

Black with #BD4298

Text Example


Text Example

White with #BD4298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4298; }

 p { color: rgb(189,66,152); }

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

background-color css

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

 a { background-color: rgb(189,66,152); }

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

border-color css

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

 span { border-color: rgb(189,66,152); }

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