Html Css Color HEX #B2509E Violet Blue

📋 copy color: '#B2509E'

red 178 ◦ green 80 ◦ blue 158

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

Shades of Violet Blue #B2509E

Tints of Violet Blue #B2509E

RGB

 RED value IS 178 (69.92% from 255) = 42.79%

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

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

R = 42.79%
G = 19.23%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2509E (or 0xB2509E) is known color: Violet Blue. HEX triplet: B2, 50 and 9E. RGB value is (178,80,158). Sum of RGB (Red+Green+Blue) = 178+80+158=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2509E is #4DAF61. Grayscale: #757575. Windows color (decimal): -5091170 or 10375346. OLE color: 10375346.

HSL color Cylindrical-coordinate representation of color #B2509E: hue angle of 312.24º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2509E is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 158 -
CMYK 0 0.55 0.11 0.30
HSL 312.24º 0.39% 0.51% -
HSV(B) 312.24º 0.55% 0.7% -
XYZ 27.4 17.67 34.31 -
YUV 118.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 178 80 158 0 0.55 0.11 0.30 312.24 0.39 0.51
Hex B2 50 9E 0 37 B 1E 138 27 33
Octal 262 120 236 0 67 13 36 470 47 63
Binary 10110010 1010000 10011110 0 110111 1011 11110 100111000 100111 110011

Color Harmonies of #B2509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2509E

Black with #B2509E

Text Example


Text Example

White with #B2509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2509E; }

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

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

background-color css

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

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

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

border-color css

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

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

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