Html Css Color HEX #B0467B Royal Heath

📋 copy color: '#B0467B'

red 176 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #B0467B

Tints of Royal Heath #B0467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.97%

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

R = 47.7%
G = 18.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0467B (or 0xB0467B) is known color: Royal Heath. HEX triplet: B0, 46 and 7B. RGB value is (176,70,123). Sum of RGB (Red+Green+Blue) = 176+70+123=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0467B is #4FB984. Grayscale: #6B6B6B. Windows color (decimal): -5224837 or 8079024. OLE color: 8079024.

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

Color convert

RGB 176 70 123 -
CMYK 0 0.60 0.30 0.31
HSL 330º 0.43% 0.48% -
HSV(B) 330º 0.6% 0.69% -
XYZ 23.67 15.04 20.39 -
YUV 107.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 176 70 123 0 0.60 0.30 0.31 330 0.43 0.48
Hex B0 46 7B 0 3C 1E 1F 14A 2B 30
Octal 260 106 173 0 74 36 37 512 53 60
Binary 10110000 1000110 1111011 0 111100 11110 11111 101001010 101011 110000

Color Harmonies of #B0467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0467B

Black with #B0467B

Text Example


Text Example

White with #B0467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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