Html Css Color HEX #B0459F Violet Blue

📋 copy color: '#B0459F'

red 176 ◦ green 69 ◦ blue 159

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

Shades of Violet Blue #B0459F

Tints of Violet Blue #B0459F

RGB

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

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

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

R = 43.56%
G = 17.08%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0459F (or 0xB0459F) is known color: Violet Blue. HEX triplet: B0, 45 and 9F. RGB value is (176,69,159). Sum of RGB (Red+Green+Blue) = 176+69+159=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0459F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0459F is #4FBA60. Grayscale: #6E6E6E. Windows color (decimal): -5225057 or 10438064. OLE color: 10438064.

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

Color convert

RGB 176 69 159 -
CMYK 0 0.61 0.10 0.31
HSL 309.53º 0.44% 0.48% -
HSV(B) 309.53º 0.61% 0.69% -
XYZ 26.29 15.99 34.5 -
YUV 111.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 176 69 159 0 0.61 0.10 0.31 309.53 0.44 0.48
Hex B0 45 9F 0 3D A 1F 136 2C 30
Octal 260 105 237 0 75 12 37 466 54 60
Binary 10110000 1000101 10011111 0 111101 1010 11111 100110110 101100 110000

Color Harmonies of #B0459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0459F

Black with #B0459F

Text Example


Text Example

White with #B0459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0459F; }

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

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

background-color css

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

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

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

border-color css

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

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

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