Html Css Color HEX #B6507B Royal Heath

📋 copy color: '#B6507B'

red 182 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #B6507B

Tints of Royal Heath #B6507B

RGB

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

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

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

R = 47.27%
G = 20.78%
B = 31.95%

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

#B6507B (or 0xB6507B) is known color: Royal Heath. HEX triplet: B6, 50 and 7B. RGB value is (182,80,123). Sum of RGB (Red+Green+Blue) = 182+80+123=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6507B is #49AF84. Grayscale: #737373. Windows color (decimal): -4829061 or 8081590. OLE color: 8081590.

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

Color convert

RGB 182 80 123 -
CMYK 0 0.56 0.32 0.29
HSL 334.71º 0.41% 0.51% -
HSV(B) 334.71º 0.56% 0.71% -
XYZ 25.74 17.11 20.69 -
YUV 115.4 132.29 175.5 -
System Red Green Blue C M Y K H S L
Decimal 182 80 123 0 0.56 0.32 0.29 334.71 0.41 0.51
Hex B6 50 7B 0 38 20 1D 14F 29 33
Octal 266 120 173 0 70 40 35 517 51 63
Binary 10110110 1010000 1111011 0 111000 100000 11101 101001111 101001 110011

Color Harmonies of #B6507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6507B

Black with #B6507B

Text Example


Text Example

White with #B6507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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