Html Css Color HEX #B0457B Royal Heath

📋 copy color: '#B0457B'

red 176 ◦ green 69 ◦ blue 123

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

Shades of Royal Heath #B0457B

Tints of Royal Heath #B0457B

RGB

 RED value IS 176 (69.14% from 255) = 47.83%

 GREEN value IS 69 (27.34% from 255) = 18.75%

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 47.83%
G = 18.75%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0457B (or 0xB0457B) is known color: Royal Heath. HEX triplet: B0, 45 and 7B. RGB value is (176,69,123). Sum of RGB (Red+Green+Blue) = 176+69+123=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0457B is #4FBA84. Grayscale: #6B6B6B. Windows color (decimal): -5225093 or 8078768. OLE color: 8078768.

HSL color Cylindrical-coordinate representation of color #B0457B: hue angle of 329.72º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0457B is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 123 -
CMYK 0 0.61 0.30 0.31
HSL 329.72º 0.44% 0.48% -
HSV(B) 329.72º 0.61% 0.69% -
XYZ 23.61 14.92 20.37 -
YUV 107.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 176 69 123 0 0.61 0.30 0.31 329.72 0.44 0.48
Hex B0 45 7B 0 3D 1E 1F 14A 2C 30
Octal 260 105 173 0 75 36 37 512 54 60
Binary 10110000 1000101 1111011 0 111101 11110 11111 101001010 101100 110000

Color Harmonies of #B0457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0457B

Black with #B0457B

Text Example


Text Example

White with #B0457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0457B; }

 p { color: rgb(176,69,123); }

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

background-color css

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

 a { background-color: rgb(176,69,123); }

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

border-color css

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

 span { border-color: rgb(176,69,123); }

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