Html Css Color HEX #B1509E Violet Blue

📋 copy color: '#B1509E'

red 177 ◦ green 80 ◦ blue 158

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

Shades of Violet Blue #B1509E

Tints of Violet Blue #B1509E

RGB

 RED value IS 177 (69.53% from 255) = 42.65%

 GREEN value IS 80 (31.64% from 255) = 19.28%

 BLUE value IS 158 (62.11% from 255) = 38.07%

R = 42.65%
G = 19.28%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1509E (or 0xB1509E) is known color: Violet Blue. HEX triplet: B1, 50 and 9E. RGB value is (177,80,158). Sum of RGB (Red+Green+Blue) = 177+80+158=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1509E is #4EAF61. Grayscale: #757575. Windows color (decimal): -5156706 or 10375345. OLE color: 10375345.

HSL color Cylindrical-coordinate representation of color #B1509E: hue angle of 311.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1509E is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 158 -
CMYK 0 0.55 0.11 0.31
HSL 311.75º 0.38% 0.5% -
HSV(B) 311.75º 0.55% 0.69% -
XYZ 27.17 17.55 34.3 -
YUV 117.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 177 80 158 0 0.55 0.11 0.31 311.75 0.38 0.5
Hex B1 50 9E 0 37 B 1F 138 26 32
Octal 261 120 236 0 67 13 37 470 46 62
Binary 10110001 1010000 10011110 0 110111 1011 11111 100111000 100110 110010

Color Harmonies of #B1509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1509E

Black with #B1509E

Text Example


Text Example

White with #B1509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1509E; }

 p { color: rgb(177,80,158); }

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

background-color css

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

 a { background-color: rgb(177,80,158); }

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

border-color css

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

 span { border-color: rgb(177,80,158); }

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