Html Css Color HEX #B2487A Royal Heath

📋 copy color: '#B2487A'

red 178 ◦ green 72 ◦ blue 122

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

Shades of Royal Heath #B2487A

Tints of Royal Heath #B2487A

RGB

 RED value IS 178 (69.92% from 255) = 47.85%

 GREEN value IS 72 (28.52% from 255) = 19.35%

 BLUE value IS 122 (48.05% from 255) = 32.8%

R = 47.85%
G = 19.35%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2487A (or 0xB2487A) is known color: Royal Heath. HEX triplet: B2, 48 and 7A. RGB value is (178,72,122). Sum of RGB (Red+Green+Blue) = 178+72+122=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2487A is #4DB785. Grayscale: #6D6D6D. Windows color (decimal): -5093254 or 8014002. OLE color: 8014002.

HSL color Cylindrical-coordinate representation of color #B2487A: hue angle of 331.7º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2487A is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 72 122 -
CMYK 0 0.60 0.31 0.30
HSL 331.7º 0.42% 0.49% -
HSV(B) 331.7º 0.6% 0.7% -
XYZ 24.19 15.5 20.13 -
YUV 109.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 178 72 122 0 0.60 0.31 0.30 331.7 0.42 0.49
Hex B2 48 7A 0 3C 1F 1E 14C 2A 31
Octal 262 110 172 0 74 37 36 514 52 61
Binary 10110010 1001000 1111010 0 111100 11111 11110 101001100 101010 110001

Color Harmonies of #B2487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2487A

Black with #B2487A

Text Example


Text Example

White with #B2487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2487A; }

 p { color: rgb(178,72,122); }

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

background-color css

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

 a { background-color: rgb(178,72,122); }

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

border-color css

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

 span { border-color: rgb(178,72,122); }

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