Html Css Color HEX #BD336D Royal Heath

📋 copy color: '#BD336D'

red 189 ◦ green 51 ◦ blue 109

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

Shades of Royal Heath #BD336D

Tints of Royal Heath #BD336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

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

R = 54.15%
G = 14.61%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD336D (or 0xBD336D) is known color: Royal Heath. HEX triplet: BD, 33 and 6D. RGB value is (189,51,109). Sum of RGB (Red+Green+Blue) = 189+51+109=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD336D is #42CC92. Grayscale: #626262. Windows color (decimal): -4377747 or 7156669. OLE color: 7156669.

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

Color convert

RGB 189 51 109 -
CMYK 0 0.73 0.42 0.26
HSL 334.78º 0.58% 0.47% -
HSV(B) 334.78º 0.73% 0.74% -
XYZ 24.93 14.29 15.91 -
YUV 98.87 133.72 192.28 -
System Red Green Blue C M Y K H S L
Decimal 189 51 109 0 0.73 0.42 0.26 334.78 0.58 0.47
Hex BD 33 6D 0 49 2A 1A 14F 3A 2F
Octal 275 63 155 0 111 52 32 517 72 57
Binary 10111101 110011 1101101 0 1001001 101010 11010 101001111 111010 101111

Color Harmonies of #BD336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD336D

Black with #BD336D

Text Example


Text Example

White with #BD336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD336D; }

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

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

background-color css

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

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

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

border-color css

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

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

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