Html Css Color HEX #B74480 Royal Heath

📋 copy color: '#B74480'

red 183 ◦ green 68 ◦ blue 128

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

Shades of Royal Heath #B74480

Tints of Royal Heath #B74480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

 BLUE value IS 128 (50.39% from 255) = 33.77%

R = 48.28%
G = 17.94%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B74480 (or 0xB74480) is known color: Royal Heath. HEX triplet: B7, 44 and 80. RGB value is (183,68,128). Sum of RGB (Red+Green+Blue) = 183+68+128=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B74480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74480 is #48BB7F. Grayscale: #6D6D6D. Windows color (decimal): -4766592 or 8406199. OLE color: 8406199.

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

Color convert

RGB 183 68 128 -
CMYK 0 0.63 0.30 0.28
HSL 328.7º 0.46% 0.49% -
HSV(B) 328.7º 0.63% 0.72% -
XYZ 25.49 15.76 22.12 -
YUV 109.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 183 68 128 0 0.63 0.30 0.28 328.7 0.46 0.49
Hex B7 44 80 0 3F 1E 1C 149 2E 31
Octal 267 104 200 0 77 36 34 511 56 61
Binary 10110111 1000100 10000000 0 111111 11110 11100 101001001 101110 110001

Color Harmonies of #B74480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74480

Black with #B74480

Text Example


Text Example

White with #B74480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74480; }

 p { color: rgb(183,68,128); }

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

background-color css

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

 a { background-color: rgb(183,68,128); }

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

border-color css

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

 span { border-color: rgb(183,68,128); }

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