Html Css Color HEX #B250A2 Violet Blue

📋 copy color: '#B250A2'

red 178 ◦ green 80 ◦ blue 162

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

Shades of Violet Blue #B250A2

Tints of Violet Blue #B250A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.57%

R = 42.38%
G = 19.05%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B250A2 (or 0xB250A2) is known color: Violet Blue. HEX triplet: B2, 50 and A2. RGB value is (178,80,162). Sum of RGB (Red+Green+Blue) = 178+80+162=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B250A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B250A2 is #4DAF5D. Grayscale: #767676. Windows color (decimal): -5091166 or 10637490. OLE color: 10637490.

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

Color convert

RGB 178 80 162 -
CMYK 0 0.55 0.09 0.30
HSL 309.8º 0.39% 0.51% -
HSV(B) 309.8º 0.55% 0.7% -
XYZ 27.75 17.81 36.16 -
YUV 118.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 178 80 162 0 0.55 0.09 0.30 309.8 0.39 0.51
Hex B2 50 A2 0 37 9 1E 136 27 33
Octal 262 120 242 0 67 11 36 466 47 63
Binary 10110010 1010000 10100010 0 110111 1001 11110 100110110 100111 110011

Color Harmonies of #B250A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250A2

Black with #B250A2

Text Example


Text Example

White with #B250A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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