Html Css Color HEX #B0609B Violet Blue

📋 copy color: '#B0609B'

red 176 ◦ green 96 ◦ blue 155

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

Shades of Violet Blue #B0609B

Tints of Violet Blue #B0609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 41.22%
G = 22.48%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0609B (or 0xB0609B) is known color: Violet Blue. HEX triplet: B0, 60 and 9B. RGB value is (176,96,155). Sum of RGB (Red+Green+Blue) = 176+96+155=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B0609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0609B is #4F9F64. Grayscale: #7E7E7E. Windows color (decimal): -5218149 or 10182832. OLE color: 10182832.

HSL color Cylindrical-coordinate representation of color #B0609B: hue angle of 315.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 #B0609B is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 96 155 -
CMYK 0 0.45 0.12 0.31
HSL 315.75º 0.34% 0.53% -
HSV(B) 315.75º 0.45% 0.69% -
XYZ 28 19.96 33.39 -
YUV 126.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 176 96 155 0 0.45 0.12 0.31 315.75 0.34 0.53
Hex B0 60 9B 0 2D C 1F 13C 22 35
Octal 260 140 233 0 55 14 37 474 42 65
Binary 10110000 1100000 10011011 0 101101 1100 11111 100111100 100010 110101

Color Harmonies of #B0609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0609B

Black with #B0609B

Text Example


Text Example

White with #B0609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0609B; }

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

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

background-color css

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

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

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

border-color css

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

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

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