Html Css Color HEX #B0567F Royal Heath

📋 copy color: '#B0567F'

red 176 ◦ green 86 ◦ blue 127

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

Shades of Royal Heath #B0567F

Tints of Royal Heath #B0567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.65%

R = 45.24%
G = 22.11%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0567F (or 0xB0567F) is known color: Royal Heath. HEX triplet: B0, 56 and 7F. RGB value is (176,86,127). Sum of RGB (Red+Green+Blue) = 176+86+127=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0567F is #4FA980. Grayscale: #757575. Windows color (decimal): -5220737 or 8345264. OLE color: 8345264.

HSL color Cylindrical-coordinate representation of color #B0567F: hue angle of 332.67º 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 #B0567F is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 86 127 -
CMYK 0 0.51 0.28 0.31
HSL 332.67º 0.36% 0.51% -
HSV(B) 332.67º 0.51% 0.69% -
XYZ 25.06 17.42 22.12 -
YUV 117.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 176 86 127 0 0.51 0.28 0.31 332.67 0.36 0.51
Hex B0 56 7F 0 33 1C 1F 14D 24 33
Octal 260 126 177 0 63 34 37 515 44 63
Binary 10110000 1010110 1111111 0 110011 11100 11111 101001101 100100 110011

Color Harmonies of #B0567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0567F

Black with #B0567F

Text Example


Text Example

White with #B0567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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