Html Css Color HEX #B258A1 Violet Blue

📋 copy color: '#B258A1'

red 178 ◦ green 88 ◦ blue 161

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

Shades of Violet Blue #B258A1

Tints of Violet Blue #B258A1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.61%

 BLUE value IS 161 (63.28% from 255) = 37.7%

R = 41.69%
G = 20.61%
B = 37.7%

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

#B258A1 (or 0xB258A1) is known color: Violet Blue. HEX triplet: B2, 58 and A1. RGB value is (178,88,161). Sum of RGB (Red+Green+Blue) = 178+88+161=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B258A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B258A1 is #4DA75E. Grayscale: #7B7B7B. Windows color (decimal): -5089119 or 10574002. OLE color: 10574002.

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

Color convert

RGB 178 88 161 -
CMYK 0 0.51 0.10 0.30
HSL 311.33º 0.37% 0.52% -
HSV(B) 311.33º 0.51% 0.7% -
XYZ 28.28 19.02 35.9 -
YUV 123.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 178 88 161 0 0.51 0.10 0.30 311.33 0.37 0.52
Hex B2 58 A1 0 33 A 1E 137 25 34
Octal 262 130 241 0 63 12 36 467 45 64
Binary 10110010 1011000 10100001 0 110011 1010 11110 100110111 100101 110100

Color Harmonies of #B258A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B258A1

Black with #B258A1

Text Example


Text Example

White with #B258A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B258A1; }

 p { color: rgb(178,88,161); }

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

background-color css

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

 a { background-color: rgb(178,88,161); }

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

border-color css

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

 span { border-color: rgb(178,88,161); }

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