Html Css Color HEX #B250A0 Violet Blue

📋 copy color: '#B250A0'

red 178 ◦ green 80 ◦ blue 160

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

Shades of Violet Blue #B250A0

Tints of Violet Blue #B250A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.28%

R = 42.58%
G = 19.14%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B250A0 (or 0xB250A0) is known color: Violet Blue. HEX triplet: B2, 50 and A0. RGB value is (178,80,160). Sum of RGB (Red+Green+Blue) = 178+80+160=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B250A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B250A0 is #4DAF5F. Grayscale: #767676. Windows color (decimal): -5091168 or 10506418. OLE color: 10506418.

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

Color convert

RGB 178 80 160 -
CMYK 0 0.55 0.10 0.30
HSL 311.02º 0.39% 0.51% -
HSV(B) 311.02º 0.55% 0.7% -
XYZ 27.57 17.74 35.23 -
YUV 118.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 178 80 160 0 0.55 0.10 0.30 311.02 0.39 0.51
Hex B2 50 A0 0 37 A 1E 137 27 33
Octal 262 120 240 0 67 12 36 467 47 63
Binary 10110010 1010000 10100000 0 110111 1010 11110 100110111 100111 110011

Color Harmonies of #B250A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250A0

Black with #B250A0

Text Example


Text Example

White with #B250A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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