Html Css Color HEX #B23E6E Royal Heath

📋 copy color: '#B23E6E'

red 178 ◦ green 62 ◦ blue 110

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

Shades of Royal Heath #B23E6E

Tints of Royal Heath #B23E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 50.86%
G = 17.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B23E6E (or 0xB23E6E) is known color: Royal Heath. HEX triplet: B2, 3E and 6E. RGB value is (178,62,110). Sum of RGB (Red+Green+Blue) = 178+62+110=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E6E is #4DC191. Grayscale: #666666. Windows color (decimal): -5095826 or 7225010. OLE color: 7225010.

HSL color Cylindrical-coordinate representation of color #B23E6E: hue angle of 335.17º 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 #B23E6E is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 62 110 -
CMYK 0 0.65 0.38 0.30
HSL 335.17º 0.48% 0.47% -
HSV(B) 335.17º 0.65% 0.7% -
XYZ 22.9 14.04 16.25 -
YUV 102.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 178 62 110 0 0.65 0.38 0.30 335.17 0.48 0.47
Hex B2 3E 6E 0 41 26 1E 14F 30 2F
Octal 262 76 156 0 101 46 36 517 60 57
Binary 10110010 111110 1101110 0 1000001 100110 11110 101001111 110000 101111

Color Harmonies of #B23E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E6E

Black with #B23E6E

Text Example


Text Example

White with #B23E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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