Html Css Color HEX #B75581 Royal Heath

📋 copy color: '#B75581'

red 183 ◦ green 85 ◦ blue 129

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

Shades of Royal Heath #B75581

Tints of Royal Heath #B75581

RGB

 RED value IS 183 (71.88% from 255) = 46.1%

 GREEN value IS 85 (33.59% from 255) = 21.41%

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

R = 46.1%
G = 21.41%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B75581 (or 0xB75581) is known color: Royal Heath. HEX triplet: B7, 55 and 81. RGB value is (183,85,129). Sum of RGB (Red+Green+Blue) = 183+85+129=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B75581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75581 is #48AA7E. Grayscale: #777777. Windows color (decimal): -4762239 or 8476087. OLE color: 8476087.

HSL color Cylindrical-coordinate representation of color #B75581: hue angle of 333.06º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B75581 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 85 129 -
CMYK 0 0.54 0.30 0.28
HSL 333.06º 0.4% 0.53% -
HSV(B) 333.06º 0.54% 0.72% -
XYZ 26.74 18.15 22.86 -
YUV 119.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 183 85 129 0 0.54 0.30 0.28 333.06 0.4 0.53
Hex B7 55 81 0 36 1E 1C 14D 28 35
Octal 267 125 201 0 66 36 34 515 50 65
Binary 10110111 1010101 10000001 0 110110 11110 11100 101001101 101000 110101

Color Harmonies of #B75581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75581

Black with #B75581

Text Example


Text Example

White with #B75581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75581; }

 p { color: rgb(183,85,129); }

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

background-color css

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

 a { background-color: rgb(183,85,129); }

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

border-color css

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

 span { border-color: rgb(183,85,129); }

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