Html Css Color HEX #B5507B Royal Heath

📋 copy color: '#B5507B'

red 181 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #B5507B

Tints of Royal Heath #B5507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.83%

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 47.14%
G = 20.83%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5507B (or 0xB5507B) is known color: Royal Heath. HEX triplet: B5, 50 and 7B. RGB value is (181,80,123). Sum of RGB (Red+Green+Blue) = 181+80+123=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B5507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5507B is #4AAF84. Grayscale: #737373. Windows color (decimal): -4894597 or 8081589. OLE color: 8081589.

HSL color Cylindrical-coordinate representation of color #B5507B: hue angle of 334.46º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5507B is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 80 123 -
CMYK 0 0.56 0.32 0.29
HSL 334.46º 0.41% 0.51% -
HSV(B) 334.46º 0.56% 0.71% -
XYZ 25.5 16.99 20.67 -
YUV 115.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 181 80 123 0 0.56 0.32 0.29 334.46 0.41 0.51
Hex B5 50 7B 0 38 20 1D 14E 29 33
Octal 265 120 173 0 70 40 35 516 51 63
Binary 10110101 1010000 1111011 0 111000 100000 11101 101001110 101001 110011

Color Harmonies of #B5507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5507B

Black with #B5507B

Text Example


Text Example

White with #B5507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5507B; }

 p { color: rgb(181,80,123); }

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

background-color css

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

 a { background-color: rgb(181,80,123); }

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

border-color css

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

 span { border-color: rgb(181,80,123); }

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