Html Css Color HEX #B0567B Royal Heath

📋 copy color: '#B0567B'

red 176 ◦ green 86 ◦ blue 123

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

Shades of Royal Heath #B0567B

Tints of Royal Heath #B0567B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

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

R = 45.71%
G = 22.34%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0567B (or 0xB0567B) is known color: Royal Heath. HEX triplet: B0, 56 and 7B. RGB value is (176,86,123). Sum of RGB (Red+Green+Blue) = 176+86+123=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0567B is #4FA984. Grayscale: #757575. Windows color (decimal): -5220741 or 8083120. OLE color: 8083120.

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

Color convert

RGB 176 86 123 -
CMYK 0 0.51 0.30 0.31
HSL 335.33º 0.36% 0.51% -
HSV(B) 335.33º 0.51% 0.69% -
XYZ 24.81 17.32 20.77 -
YUV 117.13 131.32 169.99 -
System Red Green Blue C M Y K H S L
Decimal 176 86 123 0 0.51 0.30 0.31 335.33 0.36 0.51
Hex B0 56 7B 0 33 1E 1F 14F 24 33
Octal 260 126 173 0 63 36 37 517 44 63
Binary 10110000 1010110 1111011 0 110011 11110 11111 101001111 100100 110011

Color Harmonies of #B0567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0567B

Black with #B0567B

Text Example


Text Example

White with #B0567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0567B; }

 p { color: rgb(176,86,123); }

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

background-color css

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

 a { background-color: rgb(176,86,123); }

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

border-color css

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

 span { border-color: rgb(176,86,123); }

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