Html Css Color HEX #B04882 Royal Heath

📋 copy color: '#B04882'

red 176 ◦ green 72 ◦ blue 130

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

Shades of Royal Heath #B04882

Tints of Royal Heath #B04882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 46.56%
G = 19.05%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B04882 (or 0xB04882) is known color: Royal Heath. HEX triplet: B0, 48 and 82. RGB value is (176,72,130). Sum of RGB (Red+Green+Blue) = 176+72+130=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B04882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04882 is #4FB77D. Grayscale: #6D6D6D. Windows color (decimal): -5224318 or 8538288. OLE color: 8538288.

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

Color convert

RGB 176 72 130 -
CMYK 0 0.59 0.26 0.31
HSL 326.54º 0.42% 0.49% -
HSV(B) 326.54º 0.59% 0.69% -
XYZ 24.25 15.48 22.83 -
YUV 109.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 176 72 130 0 0.59 0.26 0.31 326.54 0.42 0.49
Hex B0 48 82 0 3B 1A 1F 147 2A 31
Octal 260 110 202 0 73 32 37 507 52 61
Binary 10110000 1001000 10000010 0 111011 11010 11111 101000111 101010 110001

Color Harmonies of #B04882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04882

Black with #B04882

Text Example


Text Example

White with #B04882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04882; }

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

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

background-color css

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

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

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

border-color css

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

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

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