Html Css Color HEX #B0609F Violet Blue

📋 copy color: '#B0609F'

red 176 ◦ green 96 ◦ blue 159

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

Shades of Violet Blue #B0609F

Tints of Violet Blue #B0609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.27%

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

R = 40.84%
G = 22.27%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0609F (or 0xB0609F) is known color: Violet Blue. HEX triplet: B0, 60 and 9F. RGB value is (176,96,159). Sum of RGB (Red+Green+Blue) = 176+96+159=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0609F is #4F9F60. Grayscale: #7E7E7E. Windows color (decimal): -5218145 or 10444976. OLE color: 10444976.

HSL color Cylindrical-coordinate representation of color #B0609F: hue angle of 312.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0609F is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 96 159 -
CMYK 0 0.45 0.10 0.31
HSL 312.75º 0.34% 0.53% -
HSV(B) 312.75º 0.45% 0.69% -
XYZ 28.35 20.1 35.19 -
YUV 127.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 176 96 159 0 0.45 0.10 0.31 312.75 0.34 0.53
Hex B0 60 9F 0 2D A 1F 139 22 35
Octal 260 140 237 0 55 12 37 471 42 65
Binary 10110000 1100000 10011111 0 101101 1010 11111 100111001 100010 110101

Color Harmonies of #B0609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0609F

Black with #B0609F

Text Example


Text Example

White with #B0609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0609F; }

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

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

background-color css

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

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

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

border-color css

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

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

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