Html Css Color HEX #B14678 Royal Heath

📋 copy color: '#B14678'

red 177 ◦ green 70 ◦ blue 120

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

Shades of Royal Heath #B14678

Tints of Royal Heath #B14678

RGB

 RED value IS 177 (69.53% from 255) = 48.23%

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

 BLUE value IS 120 (47.27% from 255) = 32.7%

R = 48.23%
G = 19.07%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B14678 (or 0xB14678) is known color: Royal Heath. HEX triplet: B1, 46 and 78. RGB value is (177,70,120). Sum of RGB (Red+Green+Blue) = 177+70+120=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B14678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14678 is #4EB987. Grayscale: #6B6B6B. Windows color (decimal): -5159304 or 7882417. OLE color: 7882417.

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

Color convert

RGB 177 70 120 -
CMYK 0 0.60 0.32 0.31
HSL 331.96º 0.43% 0.48% -
HSV(B) 331.96º 0.6% 0.69% -
XYZ 23.71 15.08 19.43 -
YUV 107.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 177 70 120 0 0.60 0.32 0.31 331.96 0.43 0.48
Hex B1 46 78 0 3C 20 1F 14C 2B 30
Octal 261 106 170 0 74 40 37 514 53 60
Binary 10110001 1000110 1111000 0 111100 100000 11111 101001100 101011 110000

Color Harmonies of #B14678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14678

Black with #B14678

Text Example


Text Example

White with #B14678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14678; }

 p { color: rgb(177,70,120); }

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

background-color css

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

 a { background-color: rgb(177,70,120); }

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

border-color css

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

 span { border-color: rgb(177,70,120); }

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