Html Css Color HEX #B15882 Royal Heath

📋 copy color: '#B15882'

red 177 ◦ green 88 ◦ blue 130

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

Shades of Royal Heath #B15882

Tints of Royal Heath #B15882

RGB

 RED value IS 177 (69.53% from 255) = 44.81%

 GREEN value IS 88 (34.77% from 255) = 22.28%

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

R = 44.81%
G = 22.28%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B15882 (or 0xB15882) is known color: Royal Heath. HEX triplet: B1, 58 and 82. RGB value is (177,88,130). Sum of RGB (Red+Green+Blue) = 177+88+130=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B15882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15882 is #4EA77D. Grayscale: #777777. Windows color (decimal): -5154686 or 8542385. OLE color: 8542385.

HSL color Cylindrical-coordinate representation of color #B15882: hue angle of 331.69º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15882 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 88 130 -
CMYK 0 0.50 0.27 0.31
HSL 331.69º 0.36% 0.52% -
HSV(B) 331.69º 0.5% 0.69% -
XYZ 25.65 17.94 23.23 -
YUV 119.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 177 88 130 0 0.50 0.27 0.31 331.69 0.36 0.52
Hex B1 58 82 0 32 1B 1F 14C 24 34
Octal 261 130 202 0 62 33 37 514 44 64
Binary 10110001 1011000 10000010 0 110010 11011 11111 101001100 100100 110100

Color Harmonies of #B15882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15882

Black with #B15882

Text Example


Text Example

White with #B15882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15882; }

 p { color: rgb(177,88,130); }

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

background-color css

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

 a { background-color: rgb(177,88,130); }

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

border-color css

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

 span { border-color: rgb(177,88,130); }

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