Html Css Color HEX #B25EA1 Violet Blue

📋 copy color: '#B25EA1'

red 178 ◦ green 94 ◦ blue 161

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

Shades of Violet Blue #B25EA1

Tints of Violet Blue #B25EA1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.71%

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

R = 41.11%
G = 21.71%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B25EA1 (or 0xB25EA1) is known color: Violet Blue. HEX triplet: B2, 5E and A1. RGB value is (178,94,161). Sum of RGB (Red+Green+Blue) = 178+94+161=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B25EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25EA1 is #4DA15E. Grayscale: #7E7E7E. Windows color (decimal): -5087583 or 10575538. OLE color: 10575538.

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

Color convert

RGB 178 94 161 -
CMYK 0 0.47 0.10 0.30
HSL 312.14º 0.35% 0.53% -
HSV(B) 312.14º 0.47% 0.7% -
XYZ 28.8 20.04 36.07 -
YUV 126.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 178 94 161 0 0.47 0.10 0.30 312.14 0.35 0.53
Hex B2 5E A1 0 2F A 1E 138 23 35
Octal 262 136 241 0 57 12 36 470 43 65
Binary 10110010 1011110 10100001 0 101111 1010 11110 100111000 100011 110101

Color Harmonies of #B25EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25EA1

Black with #B25EA1

Text Example


Text Example

White with #B25EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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