Html Css Color HEX #B0469F Violet Blue

📋 copy color: '#B0469F'

red 176 ◦ green 70 ◦ blue 159

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

Shades of Violet Blue #B0469F

Tints of Violet Blue #B0469F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 43.46%
G = 17.28%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0469F (or 0xB0469F) is known color: Violet Blue. HEX triplet: B0, 46 and 9F. RGB value is (176,70,159). Sum of RGB (Red+Green+Blue) = 176+70+159=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0469F is #4FB960. Grayscale: #6F6F6F. Windows color (decimal): -5224801 or 10438320. OLE color: 10438320.

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

Color convert

RGB 176 70 159 -
CMYK 0 0.60 0.10 0.31
HSL 309.62º 0.43% 0.48% -
HSV(B) 309.62º 0.6% 0.69% -
XYZ 26.35 16.11 34.52 -
YUV 111.84 154.62 173.76 -
System Red Green Blue C M Y K H S L
Decimal 176 70 159 0 0.60 0.10 0.31 309.62 0.43 0.48
Hex B0 46 9F 0 3C A 1F 136 2B 30
Octal 260 106 237 0 74 12 37 466 53 60
Binary 10110000 1000110 10011111 0 111100 1010 11111 100110110 101011 110000

Color Harmonies of #B0469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0469F

Black with #B0469F

Text Example


Text Example

White with #B0469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0469F; }

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

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

background-color css

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

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

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

border-color css

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

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

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