Html Css Color HEX #BD396D Royal Heath

📋 copy color: '#BD396D'

red 189 ◦ green 57 ◦ blue 109

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

Shades of Royal Heath #BD396D

Tints of Royal Heath #BD396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 53.24%
G = 16.06%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD396D (or 0xBD396D) is known color: Royal Heath. HEX triplet: BD, 39 and 6D. RGB value is (189,57,109). Sum of RGB (Red+Green+Blue) = 189+57+109=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD396D is #42C692. Grayscale: #666666. Windows color (decimal): -4376211 or 7158205. OLE color: 7158205.

HSL color Cylindrical-coordinate representation of color #BD396D: hue angle of 336.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD396D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 57 109 -
CMYK 0 0.70 0.42 0.26
HSL 336.36º 0.54% 0.48% -
HSV(B) 336.36º 0.7% 0.74% -
XYZ 25.21 14.85 16.01 -
YUV 102.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 189 57 109 0 0.70 0.42 0.26 336.36 0.54 0.48
Hex BD 39 6D 0 46 2A 1A 150 36 30
Octal 275 71 155 0 106 52 32 520 66 60
Binary 10111101 111001 1101101 0 1000110 101010 11010 101010000 110110 110000

Color Harmonies of #BD396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD396D

Black with #BD396D

Text Example


Text Example

White with #BD396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD396D; }

 p { color: rgb(189,57,109); }

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

background-color css

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

 a { background-color: rgb(189,57,109); }

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

border-color css

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

 span { border-color: rgb(189,57,109); }

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