Html Css Color HEX #B53D6D Royal Heath

📋 copy color: '#B53D6D'

red 181 ◦ green 61 ◦ blue 109

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

Shades of Royal Heath #B53D6D

Tints of Royal Heath #B53D6D

RGB

 RED value IS 181 (71.09% from 255) = 51.57%

 GREEN value IS 61 (24.22% from 255) = 17.38%

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

R = 51.57%
G = 17.38%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B53D6D (or 0xB53D6D) is known color: Royal Heath. HEX triplet: B5, 3D and 6D. RGB value is (181,61,109). Sum of RGB (Red+Green+Blue) = 181+61+109=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D6D is #4AC292. Grayscale: #666666. Windows color (decimal): -4899475 or 7159221. OLE color: 7159221.

HSL color Cylindrical-coordinate representation of color #B53D6D: hue angle of 336º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53D6D is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 61 109 -
CMYK 0 0.66 0.40 0.29
HSL 336º 0.5% 0.47% -
HSV(B) 336º 0.66% 0.71% -
XYZ 23.49 14.27 15.98 -
YUV 102.35 131.76 184.1 -
System Red Green Blue C M Y K H S L
Decimal 181 61 109 0 0.66 0.40 0.29 336 0.5 0.47
Hex B5 3D 6D 0 42 28 1D 150 32 2F
Octal 265 75 155 0 102 50 35 520 62 57
Binary 10110101 111101 1101101 0 1000010 101000 11101 101010000 110010 101111

Color Harmonies of #B53D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D6D

Black with #B53D6D

Text Example


Text Example

White with #B53D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D6D; }

 p { color: rgb(181,61,109); }

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

background-color css

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

 a { background-color: rgb(181,61,109); }

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

border-color css

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

 span { border-color: rgb(181,61,109); }

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