Html Css Color HEX #BD4698 Mulberry

📋 copy color: '#BD4698'

red 189 ◦ green 70 ◦ blue 152

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

Shades of Mulberry #BD4698

Tints of Mulberry #BD4698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.03%

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

R = 45.99%
G = 17.03%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD4698 (or 0xBD4698) is known color: Mulberry. HEX triplet: BD, 46 and 98. RGB value is (189,70,152). Sum of RGB (Red+Green+Blue) = 189+70+152=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4698 is #42B967. Grayscale: #727272. Windows color (decimal): -4372840 or 9979581. OLE color: 9979581.

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

Color convert

RGB 189 70 152 -
CMYK 0 0.63 0.20 0.26
HSL 318.66º 0.47% 0.51% -
HSV(B) 318.66º 0.63% 0.74% -
XYZ 28.84 17.47 31.56 -
YUV 114.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 189 70 152 0 0.63 0.20 0.26 318.66 0.47 0.51
Hex BD 46 98 0 3F 14 1A 13F 2F 33
Octal 275 106 230 0 77 24 32 477 57 63
Binary 10111101 1000110 10011000 0 111111 10100 11010 100111111 101111 110011

Color Harmonies of #BD4698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4698

Black with #BD4698

Text Example


Text Example

White with #BD4698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4698; }

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

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

background-color css

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

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

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

border-color css

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

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

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