Html Css Color HEX #B2509F Violet Blue

📋 copy color: '#B2509F'

red 178 ◦ green 80 ◦ blue 159

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

Shades of Violet Blue #B2509F

Tints of Violet Blue #B2509F

RGB

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

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

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

R = 42.69%
G = 19.18%
B = 38.13%

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

#B2509F (or 0xB2509F) is known color: Violet Blue. HEX triplet: B2, 50 and 9F. RGB value is (178,80,159). Sum of RGB (Red+Green+Blue) = 178+80+159=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2509F is #4DAF60. Grayscale: #767676. Windows color (decimal): -5091169 or 10440882. OLE color: 10440882.

HSL color Cylindrical-coordinate representation of color #B2509F: hue angle of 311.63º 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 #B2509F is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 159 -
CMYK 0 0.55 0.11 0.30
HSL 311.63º 0.39% 0.51% -
HSV(B) 311.63º 0.55% 0.7% -
XYZ 27.49 17.71 34.77 -
YUV 118.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 178 80 159 0 0.55 0.11 0.30 311.63 0.39 0.51
Hex B2 50 9F 0 37 B 1E 138 27 33
Octal 262 120 237 0 67 13 36 470 47 63
Binary 10110010 1010000 10011111 0 110111 1011 11110 100111000 100111 110011

Color Harmonies of #B2509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2509F

Black with #B2509F

Text Example


Text Example

White with #B2509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2509F; }

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

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

background-color css

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

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

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

border-color css

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

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

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