Html Css Color HEX #B2487B Royal Heath

📋 copy color: '#B2487B'

red 178 ◦ green 72 ◦ blue 123

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

Shades of Royal Heath #B2487B

Tints of Royal Heath #B2487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 47.72%
G = 19.3%
B = 32.98%

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

#B2487B (or 0xB2487B) is known color: Royal Heath. HEX triplet: B2, 48 and 7B. RGB value is (178,72,123). Sum of RGB (Red+Green+Blue) = 178+72+123=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2487B is #4DB784. Grayscale: #6D6D6D. Windows color (decimal): -5093253 or 8079538. OLE color: 8079538.

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

Color convert

RGB 178 72 123 -
CMYK 0 0.60 0.31 0.30
HSL 331.13º 0.42% 0.49% -
HSV(B) 331.13º 0.6% 0.7% -
XYZ 24.25 15.53 20.46 -
YUV 109.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 178 72 123 0 0.60 0.31 0.30 331.13 0.42 0.49
Hex B2 48 7B 0 3C 1F 1E 14B 2A 31
Octal 262 110 173 0 74 37 36 513 52 61
Binary 10110010 1001000 1111011 0 111100 11111 11110 101001011 101010 110001

Color Harmonies of #B2487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2487B

Black with #B2487B

Text Example


Text Example

White with #B2487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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