Html Css Color HEX #B25E9E Violet Blue

📋 copy color: '#B25E9E'

red 178 ◦ green 94 ◦ blue 158

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

Shades of Violet Blue #B25E9E

Tints of Violet Blue #B25E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 41.4%
G = 21.86%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B25E9E (or 0xB25E9E) is known color: Violet Blue. HEX triplet: B2, 5E and 9E. RGB value is (178,94,158). Sum of RGB (Red+Green+Blue) = 178+94+158=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25E9E is #4DA161. Grayscale: #7E7E7E. Windows color (decimal): -5087586 or 10378930. OLE color: 10378930.

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

Color convert

RGB 178 94 158 -
CMYK 0 0.47 0.11 0.30
HSL 314.29º 0.35% 0.53% -
HSV(B) 314.29º 0.47% 0.7% -
XYZ 28.53 19.94 34.69 -
YUV 126.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 178 94 158 0 0.47 0.11 0.30 314.29 0.35 0.53
Hex B2 5E 9E 0 2F B 1E 13A 23 35
Octal 262 136 236 0 57 13 36 472 43 65
Binary 10110010 1011110 10011110 0 101111 1011 11110 100111010 100011 110101

Color Harmonies of #B25E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E9E

Black with #B25E9E

Text Example


Text Example

White with #B25E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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