Html Css Color HEX #B0507C Royal Heath

📋 copy color: '#B0507C'

red 176 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #B0507C

Tints of Royal Heath #B0507C

RGB

 RED value IS 176 (69.14% from 255) = 46.32%

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

 BLUE value IS 124 (48.83% from 255) = 32.63%

R = 46.32%
G = 21.05%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0507C (or 0xB0507C) is known color: Royal Heath. HEX triplet: B0, 50 and 7C. RGB value is (176,80,124). Sum of RGB (Red+Green+Blue) = 176+80+124=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B0507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0507C is #4FAF83. Grayscale: #717171. Windows color (decimal): -5222276 or 8147120. OLE color: 8147120.

HSL color Cylindrical-coordinate representation of color #B0507C: hue angle of 332.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0507C is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 124 -
CMYK 0 0.55 0.30 0.31
HSL 332.5º 0.38% 0.5% -
HSV(B) 332.5º 0.55% 0.69% -
XYZ 24.41 16.42 20.95 -
YUV 113.72 133.8 172.42 -
System Red Green Blue C M Y K H S L
Decimal 176 80 124 0 0.55 0.30 0.31 332.5 0.38 0.5
Hex B0 50 7C 0 37 1E 1F 14C 26 32
Octal 260 120 174 0 67 36 37 514 46 62
Binary 10110000 1010000 1111100 0 110111 11110 11111 101001100 100110 110010

Color Harmonies of #B0507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0507C

Black with #B0507C

Text Example


Text Example

White with #B0507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0507C; }

 p { color: rgb(176,80,124); }

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

background-color css

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

 a { background-color: rgb(176,80,124); }

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

border-color css

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

 span { border-color: rgb(176,80,124); }

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