Html Css Color HEX #B23E78 Royal Heath

📋 copy color: '#B23E78'

red 178 ◦ green 62 ◦ blue 120

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

Shades of Royal Heath #B23E78

Tints of Royal Heath #B23E78

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.22%

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

R = 49.44%
G = 17.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B23E78 (or 0xB23E78) is known color: Royal Heath. HEX triplet: B2, 3E and 78. RGB value is (178,62,120). Sum of RGB (Red+Green+Blue) = 178+62+120=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E78 is #4DC187. Grayscale: #676767. Windows color (decimal): -5095816 or 7880370. OLE color: 7880370.

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

Color convert

RGB 178 62 120 -
CMYK 0 0.65 0.33 0.30
HSL 330º 0.48% 0.47% -
HSV(B) 330º 0.65% 0.7% -
XYZ 23.47 14.27 19.29 -
YUV 103.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 178 62 120 0 0.65 0.33 0.30 330 0.48 0.47
Hex B2 3E 78 0 41 21 1E 14A 30 2F
Octal 262 76 170 0 101 41 36 512 60 57
Binary 10110010 111110 1111000 0 1000001 100001 11110 101001010 110000 101111

Color Harmonies of #B23E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E78

Black with #B23E78

Text Example


Text Example

White with #B23E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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