Html Css Color HEX #B256A7 Violet Blue

📋 copy color: '#B256A7'

red 178 ◦ green 86 ◦ blue 167

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

Shades of Violet Blue #B256A7

Tints of Violet Blue #B256A7

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.95%

 BLUE value IS 167 (65.63% from 255) = 38.75%

R = 41.3%
G = 19.95%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B256A7 (or 0xB256A7) is known color: Violet Blue. HEX triplet: B2, 56 and A7. RGB value is (178,86,167). Sum of RGB (Red+Green+Blue) = 178+86+167=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B256A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B256A7 is #4DA958. Grayscale: #7A7A7A. Windows color (decimal): -5089625 or 10966706. OLE color: 10966706.

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

Color convert

RGB 178 86 167 -
CMYK 0 0.52 0.06 0.30
HSL 307.17º 0.37% 0.52% -
HSV(B) 307.17º 0.52% 0.7% -
XYZ 28.66 18.91 38.7 -
YUV 122.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 178 86 167 0 0.52 0.06 0.30 307.17 0.37 0.52
Hex B2 56 A7 0 34 6 1E 133 25 34
Octal 262 126 247 0 64 6 36 463 45 64
Binary 10110010 1010110 10100111 0 110100 110 11110 100110011 100101 110100

Color Harmonies of #B256A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256A7

Black with #B256A7

Text Example


Text Example

White with #B256A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256A7; }

 p { color: rgb(178,86,167); }

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

background-color css

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

 a { background-color: rgb(178,86,167); }

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

border-color css

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

 span { border-color: rgb(178,86,167); }

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