Html Css Color HEX #BD356E Royal Heath

📋 copy color: '#BD356E'

red 189 ◦ green 53 ◦ blue 110

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

Shades of Royal Heath #BD356E

Tints of Royal Heath #BD356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.06%

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 53.69%
G = 15.06%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD356E (or 0xBD356E) is known color: Royal Heath. HEX triplet: BD, 35 and 6E. RGB value is (189,53,110). Sum of RGB (Red+Green+Blue) = 189+53+110=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD356E is #42CA91. Grayscale: #646464. Windows color (decimal): -4377234 or 7222717. OLE color: 7222717.

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

Color convert

RGB 189 53 110 -
CMYK 0 0.72 0.42 0.26
HSL 334.85º 0.56% 0.47% -
HSV(B) 334.85º 0.72% 0.74% -
XYZ 25.07 14.49 16.23 -
YUV 100.16 133.56 191.37 -
System Red Green Blue C M Y K H S L
Decimal 189 53 110 0 0.72 0.42 0.26 334.85 0.56 0.47
Hex BD 35 6E 0 48 2A 1A 14F 38 2F
Octal 275 65 156 0 110 52 32 517 70 57
Binary 10111101 110101 1101110 0 1001000 101010 11010 101001111 111000 101111

Color Harmonies of #BD356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD356E

Black with #BD356E

Text Example


Text Example

White with #BD356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD356E; }

 p { color: rgb(189,53,110); }

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

background-color css

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

 a { background-color: rgb(189,53,110); }

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

border-color css

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

 span { border-color: rgb(189,53,110); }

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