Html Css Color HEX #B04678 Royal Heath

📋 copy color: '#B04678'

red 176 ◦ green 70 ◦ blue 120

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

Shades of Royal Heath #B04678

Tints of Royal Heath #B04678

RGB

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

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

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

R = 48.09%
G = 19.13%
B = 32.79%

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

#B04678 (or 0xB04678) is known color: Royal Heath. HEX triplet: B0, 46 and 78. RGB value is (176,70,120). Sum of RGB (Red+Green+Blue) = 176+70+120=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B04678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04678 is #4FB987. Grayscale: #6B6B6B. Windows color (decimal): -5224840 or 7882416. OLE color: 7882416.

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

Color convert

RGB 176 70 120 -
CMYK 0 0.60 0.32 0.31
HSL 331.7º 0.43% 0.48% -
HSV(B) 331.7º 0.6% 0.69% -
XYZ 23.48 14.97 19.42 -
YUV 107.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 176 70 120 0 0.60 0.32 0.31 331.7 0.43 0.48
Hex B0 46 78 0 3C 20 1F 14C 2B 30
Octal 260 106 170 0 74 40 37 514 53 60
Binary 10110000 1000110 1111000 0 111100 100000 11111 101001100 101011 110000

Color Harmonies of #B04678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04678

Black with #B04678

Text Example


Text Example

White with #B04678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04678; }

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

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

background-color css

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

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

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

border-color css

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

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

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