Html Css Color HEX #B04781 Royal Heath

📋 copy color: '#B04781'

red 176 ◦ green 71 ◦ blue 129

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

Shades of Royal Heath #B04781

Tints of Royal Heath #B04781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.88%

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 46.81%
G = 18.88%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B04781 (or 0xB04781) is known color: Royal Heath. HEX triplet: B0, 47 and 81. RGB value is (176,71,129). Sum of RGB (Red+Green+Blue) = 176+71+129=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B04781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04781 is #4FB87E. Grayscale: #6C6C6C. Windows color (decimal): -5224575 or 8472496. OLE color: 8472496.

HSL color Cylindrical-coordinate representation of color #B04781: hue angle of 326.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04781 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 129 -
CMYK 0 0.60 0.27 0.31
HSL 326.86º 0.43% 0.48% -
HSV(B) 326.86º 0.6% 0.69% -
XYZ 24.12 15.32 22.45 -
YUV 109.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 176 71 129 0 0.60 0.27 0.31 326.86 0.43 0.48
Hex B0 47 81 0 3C 1B 1F 147 2B 30
Octal 260 107 201 0 74 33 37 507 53 60
Binary 10110000 1000111 10000001 0 111100 11011 11111 101000111 101011 110000

Color Harmonies of #B04781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04781

Black with #B04781

Text Example


Text Example

White with #B04781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04781; }

 p { color: rgb(176,71,129); }

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

background-color css

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

 a { background-color: rgb(176,71,129); }

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

border-color css

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

 span { border-color: rgb(176,71,129); }

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