Html Css Color HEX #B257A0 Violet Blue

📋 copy color: '#B257A0'

red 178 ◦ green 87 ◦ blue 160

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

Shades of Violet Blue #B257A0

Tints of Violet Blue #B257A0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.47%

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

R = 41.88%
G = 20.47%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B257A0 (or 0xB257A0) is known color: Violet Blue. HEX triplet: B2, 57 and A0. RGB value is (178,87,160). Sum of RGB (Red+Green+Blue) = 178+87+160=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B257A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B257A0 is #4DA85F. Grayscale: #7A7A7A. Windows color (decimal): -5089376 or 10508210. OLE color: 10508210.

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

Color convert

RGB 178 87 160 -
CMYK 0 0.51 0.10 0.30
HSL 311.87º 0.37% 0.52% -
HSV(B) 311.87º 0.51% 0.7% -
XYZ 28.11 18.82 35.41 -
YUV 122.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 178 87 160 0 0.51 0.10 0.30 311.87 0.37 0.52
Hex B2 57 A0 0 33 A 1E 138 25 34
Octal 262 127 240 0 63 12 36 470 45 64
Binary 10110010 1010111 10100000 0 110011 1010 11110 100111000 100101 110100

Color Harmonies of #B257A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B257A0

Black with #B257A0

Text Example


Text Example

White with #B257A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B257A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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