Html Css Color HEX #B23C78 Royal Heath

📋 copy color: '#B23C78'

red 178 ◦ green 60 ◦ blue 120

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

Shades of Royal Heath #B23C78

Tints of Royal Heath #B23C78

RGB

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

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

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

R = 49.72%
G = 16.76%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B23C78 (or 0xB23C78) is known color: Royal Heath. HEX triplet: B2, 3C and 78. RGB value is (178,60,120). Sum of RGB (Red+Green+Blue) = 178+60+120=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C78 is #4DC387. Grayscale: #666666. Windows color (decimal): -5096328 or 7879858. OLE color: 7879858.

HSL color Cylindrical-coordinate representation of color #B23C78: hue angle of 329.49º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23C78 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 60 120 -
CMYK 0 0.66 0.33 0.30
HSL 329.49º 0.5% 0.47% -
HSV(B) 329.49º 0.66% 0.7% -
XYZ 23.37 14.05 19.25 -
YUV 102.12 138.09 182.12 -
System Red Green Blue C M Y K H S L
Decimal 178 60 120 0 0.66 0.33 0.30 329.49 0.5 0.47
Hex B2 3C 78 0 42 21 1E 149 32 2F
Octal 262 74 170 0 102 41 36 511 62 57
Binary 10110010 111100 1111000 0 1000010 100001 11110 101001001 110010 101111

Color Harmonies of #B23C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C78

Black with #B23C78

Text Example


Text Example

White with #B23C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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