Html Css Color HEX #B5507E Royal Heath

📋 copy color: '#B5507E'

red 181 ◦ green 80 ◦ blue 126

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

Shades of Royal Heath #B5507E

Tints of Royal Heath #B5507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 46.77%
G = 20.67%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5507E (or 0xB5507E) is known color: Royal Heath. HEX triplet: B5, 50 and 7E. RGB value is (181,80,126). Sum of RGB (Red+Green+Blue) = 181+80+126=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5507E is #4AAF81. Grayscale: #737373. Windows color (decimal): -4894594 or 8278197. OLE color: 8278197.

HSL color Cylindrical-coordinate representation of color #B5507E: hue angle of 332.67º 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 #B5507E is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 80 126 -
CMYK 0 0.56 0.30 0.29
HSL 332.67º 0.41% 0.51% -
HSV(B) 332.67º 0.56% 0.71% -
XYZ 25.69 17.07 21.68 -
YUV 115.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 181 80 126 0 0.56 0.30 0.29 332.67 0.41 0.51
Hex B5 50 7E 0 38 1E 1D 14D 29 33
Octal 265 120 176 0 70 36 35 515 51 63
Binary 10110101 1010000 1111110 0 111000 11110 11101 101001101 101001 110011

Color Harmonies of #B5507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5507E

Black with #B5507E

Text Example


Text Example

White with #B5507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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