Html Css Color HEX #B6507C Royal Heath

📋 copy color: '#B6507C'

red 182 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #B6507C

Tints of Royal Heath #B6507C

RGB

 RED value IS 182 (71.48% from 255) = 47.15%

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

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

R = 47.15%
G = 20.73%
B = 32.12%

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

#B6507C (or 0xB6507C) is known color: Royal Heath. HEX triplet: B6, 50 and 7C. RGB value is (182,80,124). Sum of RGB (Red+Green+Blue) = 182+80+124=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B6507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6507C is #49AF83. Grayscale: #737373. Windows color (decimal): -4829060 or 8147126. OLE color: 8147126.

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

Color convert

RGB 182 80 124 -
CMYK 0 0.56 0.32 0.29
HSL 334.12º 0.41% 0.51% -
HSV(B) 334.12º 0.56% 0.71% -
XYZ 25.8 17.14 21.02 -
YUV 115.51 132.79 175.42 -
System Red Green Blue C M Y K H S L
Decimal 182 80 124 0 0.56 0.32 0.29 334.12 0.41 0.51
Hex B6 50 7C 0 38 20 1D 14E 29 33
Octal 266 120 174 0 70 40 35 516 51 63
Binary 10110110 1010000 1111100 0 111000 100000 11101 101001110 101001 110011

Color Harmonies of #B6507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6507C

Black with #B6507C

Text Example


Text Example

White with #B6507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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