Html Css Color HEX #B75482 Royal Heath

📋 copy color: '#B75482'

red 183 ◦ green 84 ◦ blue 130

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

Shades of Royal Heath #B75482

Tints of Royal Heath #B75482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.16%

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

R = 46.1%
G = 21.16%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B75482 (or 0xB75482) is known color: Royal Heath. HEX triplet: B7, 54 and 82. RGB value is (183,84,130). Sum of RGB (Red+Green+Blue) = 183+84+130=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B75482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75482 is #48AB7D. Grayscale: #767676. Windows color (decimal): -4762494 or 8541367. OLE color: 8541367.

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

Color convert

RGB 183 84 130 -
CMYK 0 0.54 0.29 0.28
HSL 332.12º 0.41% 0.52% -
HSV(B) 332.12º 0.54% 0.72% -
XYZ 26.73 18.02 23.19 -
YUV 118.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 183 84 130 0 0.54 0.29 0.28 332.12 0.41 0.52
Hex B7 54 82 0 36 1D 1C 14C 29 34
Octal 267 124 202 0 66 35 34 514 51 64
Binary 10110111 1010100 10000010 0 110110 11101 11100 101001100 101001 110100

Color Harmonies of #B75482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75482

Black with #B75482

Text Example


Text Example

White with #B75482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75482; }

 p { color: rgb(183,84,130); }

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

background-color css

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

 a { background-color: rgb(183,84,130); }

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

border-color css

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

 span { border-color: rgb(183,84,130); }

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