Html Css Color HEX #B15883 Royal Heath

📋 copy color: '#B15883'

red 177 ◦ green 88 ◦ blue 131

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

Shades of Royal Heath #B15883

Tints of Royal Heath #B15883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.08%

R = 44.7%
G = 22.22%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B15883 (or 0xB15883) is known color: Royal Heath. HEX triplet: B1, 58 and 83. RGB value is (177,88,131). Sum of RGB (Red+Green+Blue) = 177+88+131=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B15883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15883 is #4EA77C. Grayscale: #777777. Windows color (decimal): -5154685 or 8607921. OLE color: 8607921.

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

Color convert

RGB 177 88 131 -
CMYK 0 0.50 0.26 0.31
HSL 331.01º 0.36% 0.52% -
HSV(B) 331.01º 0.5% 0.69% -
XYZ 25.72 17.97 23.58 -
YUV 119.51 134.49 169 -
System Red Green Blue C M Y K H S L
Decimal 177 88 131 0 0.50 0.26 0.31 331.01 0.36 0.52
Hex B1 58 83 0 32 1A 1F 14B 24 34
Octal 261 130 203 0 62 32 37 513 44 64
Binary 10110001 1011000 10000011 0 110010 11010 11111 101001011 100100 110100

Color Harmonies of #B15883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15883

Black with #B15883

Text Example


Text Example

White with #B15883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15883; }

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

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

background-color css

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

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

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

border-color css

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

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

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