Html Css Color HEX #B83C78 Royal Heath

📋 copy color: '#B83C78'

red 184 ◦ green 60 ◦ blue 120

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

Shades of Royal Heath #B83C78

Tints of Royal Heath #B83C78

RGB

 RED value IS 184 (72.27% from 255) = 50.55%

 GREEN value IS 60 (23.83% from 255) = 16.48%

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

R = 50.55%
G = 16.48%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B83C78 (or 0xB83C78) is known color: Royal Heath. HEX triplet: B8, 3C and 78. RGB value is (184,60,120). Sum of RGB (Red+Green+Blue) = 184+60+120=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83C78 is #47C387. Grayscale: #676767. Windows color (decimal): -4703112 or 7879864. OLE color: 7879864.

HSL color Cylindrical-coordinate representation of color #B83C78: hue angle of 330.97º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83C78 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 60 120 -
CMYK 0 0.67 0.35 0.28
HSL 330.97º 0.51% 0.48% -
HSV(B) 330.97º 0.67% 0.72% -
XYZ 24.77 14.78 19.32 -
YUV 103.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 184 60 120 0 0.67 0.35 0.28 330.97 0.51 0.48
Hex B8 3C 78 0 43 23 1C 14B 33 30
Octal 270 74 170 0 103 43 34 513 63 60
Binary 10111000 111100 1111000 0 1000011 100011 11100 101001011 110011 110000

Color Harmonies of #B83C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83C78

Black with #B83C78

Text Example


Text Example

White with #B83C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83C78; }

 p { color: rgb(184,60,120); }

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

background-color css

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

 a { background-color: rgb(184,60,120); }

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

border-color css

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

 span { border-color: rgb(184,60,120); }

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