Html Css Color HEX #B25EAC Violet Blue

📋 copy color: '#B25EAC'

red 178 ◦ green 94 ◦ blue 172

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

Shades of Violet Blue #B25EAC

Tints of Violet Blue #B25EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 40.09%
G = 21.17%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B25EAC (or 0xB25EAC) is known color: Violet Blue. HEX triplet: B2, 5E and AC. RGB value is (178,94,172). Sum of RGB (Red+Green+Blue) = 178+94+172=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B25EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25EAC is #4DA153. Grayscale: #7F7F7F. Windows color (decimal): -5087572 or 11296434. OLE color: 11296434.

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

Color convert

RGB 178 94 172 -
CMYK 0 0.47 0.03 0.30
HSL 304.29º 0.35% 0.53% -
HSV(B) 304.29º 0.47% 0.7% -
XYZ 29.81 20.45 41.41 -
YUV 128.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 178 94 172 0 0.47 0.03 0.30 304.29 0.35 0.53
Hex B2 5E AC 0 2F 3 1E 130 23 35
Octal 262 136 254 0 57 3 36 460 43 65
Binary 10110010 1011110 10101100 0 101111 11 11110 100110000 100011 110101

Color Harmonies of #B25EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25EAC

Black with #B25EAC

Text Example


Text Example

White with #B25EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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