Html Css Color HEX #B04871 Royal Heath

📋 copy color: '#B04871'

red 176 ◦ green 72 ◦ blue 113

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

Shades of Royal Heath #B04871

Tints of Royal Heath #B04871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

 BLUE value IS 113 (44.53% from 255) = 31.3%

R = 48.75%
G = 19.94%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B04871 (or 0xB04871) is known color: Royal Heath. HEX triplet: B0, 48 and 71. RGB value is (176,72,113). Sum of RGB (Red+Green+Blue) = 176+72+113=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B04871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04871 is #4FB78E. Grayscale: #6B6B6B. Windows color (decimal): -5224335 or 7424176. OLE color: 7424176.

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

Color convert

RGB 176 72 113 -
CMYK 0 0.59 0.36 0.31
HSL 336.35º 0.42% 0.49% -
HSV(B) 336.35º 0.59% 0.69% -
XYZ 23.2 15.06 17.31 -
YUV 107.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 176 72 113 0 0.59 0.36 0.31 336.35 0.42 0.49
Hex B0 48 71 0 3B 24 1F 150 2A 31
Octal 260 110 161 0 73 44 37 520 52 61
Binary 10110000 1001000 1110001 0 111011 100100 11111 101010000 101010 110001

Color Harmonies of #B04871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04871

Black with #B04871

Text Example


Text Example

White with #B04871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04871; }

 p { color: rgb(176,72,113); }

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

background-color css

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

 a { background-color: rgb(176,72,113); }

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

border-color css

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

 span { border-color: rgb(176,72,113); }

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