Html Css Color HEX #B0567D Royal Heath

📋 copy color: '#B0567D'

red 176 ◦ green 86 ◦ blue 125

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

Shades of Royal Heath #B0567D

Tints of Royal Heath #B0567D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 45.48%
G = 22.22%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0567D (or 0xB0567D) is known color: Royal Heath. HEX triplet: B0, 56 and 7D. RGB value is (176,86,125). Sum of RGB (Red+Green+Blue) = 176+86+125=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0567D is #4FA982. Grayscale: #757575. Windows color (decimal): -5220739 or 8214192. OLE color: 8214192.

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

Color convert

RGB 176 86 125 -
CMYK 0 0.51 0.29 0.31
HSL 334º 0.36% 0.51% -
HSV(B) 334º 0.51% 0.69% -
XYZ 24.93 17.37 21.44 -
YUV 117.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 176 86 125 0 0.51 0.29 0.31 334 0.36 0.51
Hex B0 56 7D 0 33 1D 1F 14E 24 33
Octal 260 126 175 0 63 35 37 516 44 63
Binary 10110000 1010110 1111101 0 110011 11101 11111 101001110 100100 110011

Color Harmonies of #B0567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0567D

Black with #B0567D

Text Example


Text Example

White with #B0567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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