Html Css Color HEX #B0469D Violet Blue

📋 copy color: '#B0469D'

red 176 ◦ green 70 ◦ blue 157

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

Shades of Violet Blue #B0469D

Tints of Violet Blue #B0469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 43.67%
G = 17.37%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0469D (or 0xB0469D) is known color: Violet Blue. HEX triplet: B0, 46 and 9D. RGB value is (176,70,157). Sum of RGB (Red+Green+Blue) = 176+70+157=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0469D is #4FB962. Grayscale: #6F6F6F. Windows color (decimal): -5224803 or 10307248. OLE color: 10307248.

HSL color Cylindrical-coordinate representation of color #B0469D: hue angle of 310.75º 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 #B0469D is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 70 157 -
CMYK 0 0.60 0.11 0.31
HSL 310.75º 0.43% 0.48% -
HSV(B) 310.75º 0.6% 0.69% -
XYZ 26.18 16.04 33.62 -
YUV 111.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 176 70 157 0 0.60 0.11 0.31 310.75 0.43 0.48
Hex B0 46 9D 0 3C B 1F 137 2B 30
Octal 260 106 235 0 74 13 37 467 53 60
Binary 10110000 1000110 10011101 0 111100 1011 11111 100110111 101011 110000

Color Harmonies of #B0469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0469D

Black with #B0469D

Text Example


Text Example

White with #B0469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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