Html Css Color HEX #B8507C Royal Heath

📋 copy color: '#B8507C'

red 184 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #B8507C

Tints of Royal Heath #B8507C

RGB

 RED value IS 184 (72.27% from 255) = 47.42%

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

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

R = 47.42%
G = 20.62%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8507C (or 0xB8507C) is known color: Royal Heath. HEX triplet: B8, 50 and 7C. RGB value is (184,80,124). Sum of RGB (Red+Green+Blue) = 184+80+124=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B8507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8507C is #47AF83. Grayscale: #747474. Windows color (decimal): -4697988 or 8147128. OLE color: 8147128.

HSL color Cylindrical-coordinate representation of color #B8507C: hue angle of 334.62º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8507C is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 124 -
CMYK 0 0.57 0.33 0.28
HSL 334.62º 0.42% 0.52% -
HSV(B) 334.62º 0.57% 0.72% -
XYZ 26.27 17.38 21.04 -
YUV 116.11 132.46 176.42 -
System Red Green Blue C M Y K H S L
Decimal 184 80 124 0 0.57 0.33 0.28 334.62 0.42 0.52
Hex B8 50 7C 0 39 21 1C 14F 2A 34
Octal 270 120 174 0 71 41 34 517 52 64
Binary 10111000 1010000 1111100 0 111001 100001 11100 101001111 101010 110100

Color Harmonies of #B8507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8507C

Black with #B8507C

Text Example


Text Example

White with #B8507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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