Html Css Color HEX #B2477B Royal Heath

📋 copy color: '#B2477B'

red 178 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #B2477B

Tints of Royal Heath #B2477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.09%

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

R = 47.85%
G = 19.09%
B = 33.06%

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

#B2477B (or 0xB2477B) is known color: Royal Heath. HEX triplet: B2, 47 and 7B. RGB value is (178,71,123). Sum of RGB (Red+Green+Blue) = 178+71+123=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2477B is #4DB884. Grayscale: #6C6C6C. Windows color (decimal): -5093509 or 8079282. OLE color: 8079282.

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

Color convert

RGB 178 71 123 -
CMYK 0 0.60 0.31 0.30
HSL 330.84º 0.43% 0.49% -
HSV(B) 330.84º 0.6% 0.7% -
XYZ 24.19 15.4 20.44 -
YUV 108.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 178 71 123 0 0.60 0.31 0.30 330.84 0.43 0.49
Hex B2 47 7B 0 3C 1F 1E 14B 2B 31
Octal 262 107 173 0 74 37 36 513 53 61
Binary 10110010 1000111 1111011 0 111100 11111 11110 101001011 101011 110001

Color Harmonies of #B2477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2477B

Black with #B2477B

Text Example


Text Example

White with #B2477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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