Html Css Color HEX #B23D72 Royal Heath

📋 copy color: '#B23D72'

red 178 ◦ green 61 ◦ blue 114

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

Shades of Royal Heath #B23D72

Tints of Royal Heath #B23D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.28%

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 50.42%
G = 17.28%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B23D72 (or 0xB23D72) is known color: Royal Heath. HEX triplet: B2, 3D and 72. RGB value is (178,61,114). Sum of RGB (Red+Green+Blue) = 178+61+114=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D72 is #4DC28D. Grayscale: #656565. Windows color (decimal): -5096078 or 7486898. OLE color: 7486898.

HSL color Cylindrical-coordinate representation of color #B23D72: hue angle of 332.82º degrees, saturation: 0.49, 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 #B23D72 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 61 114 -
CMYK 0 0.66 0.36 0.30
HSL 332.82º 0.49% 0.47% -
HSV(B) 332.82º 0.66% 0.7% -
XYZ 23.07 14.02 17.41 -
YUV 102.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 178 61 114 0 0.66 0.36 0.30 332.82 0.49 0.47
Hex B2 3D 72 0 42 24 1E 14D 31 2F
Octal 262 75 162 0 102 44 36 515 61 57
Binary 10110010 111101 1110010 0 1000010 100100 11110 101001101 110001 101111

Color Harmonies of #B23D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D72

Black with #B23D72

Text Example


Text Example

White with #B23D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D72; }

 p { color: rgb(178,61,114); }

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

background-color css

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

 a { background-color: rgb(178,61,114); }

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

border-color css

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

 span { border-color: rgb(178,61,114); }

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