Html Css Color HEX #B0467C Royal Heath

📋 copy color: '#B0467C'

red 176 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #B0467C

Tints of Royal Heath #B0467C

RGB

 RED value IS 176 (69.14% from 255) = 47.57%

 GREEN value IS 70 (27.73% from 255) = 18.92%

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 47.57%
G = 18.92%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0467C (or 0xB0467C) is known color: Royal Heath. HEX triplet: B0, 46 and 7C. RGB value is (176,70,124). Sum of RGB (Red+Green+Blue) = 176+70+124=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0467C is #4FB983. Grayscale: #6B6B6B. Windows color (decimal): -5224836 or 8144560. OLE color: 8144560.

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

Color convert

RGB 176 70 124 -
CMYK 0 0.60 0.30 0.31
HSL 329.43º 0.43% 0.48% -
HSV(B) 329.43º 0.6% 0.69% -
XYZ 23.73 15.07 20.73 -
YUV 107.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 176 70 124 0 0.60 0.30 0.31 329.43 0.43 0.48
Hex B0 46 7C 0 3C 1E 1F 149 2B 30
Octal 260 106 174 0 74 36 37 511 53 60
Binary 10110000 1000110 1111100 0 111100 11110 11111 101001001 101011 110000

Color Harmonies of #B0467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0467C

Black with #B0467C

Text Example


Text Example

White with #B0467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0467C; }

 p { color: rgb(176,70,124); }

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

background-color css

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

 a { background-color: rgb(176,70,124); }

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

border-color css

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

 span { border-color: rgb(176,70,124); }

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