Html Css Color HEX #B25ABA Fuchsia

📋 copy color: '#B25ABA'

red 178 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #B25ABA

Tints of Fuchsia #B25ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.82%

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 39.21%
G = 19.82%
B = 40.97%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B25ABA (or 0xB25ABA) is known color: Fuchsia. HEX triplet: B2, 5A and BA. RGB value is (178,90,186). Sum of RGB (Red+Green+Blue) = 178+90+186=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #B25ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ABA is #4DA545. Grayscale: #7E7E7E. Windows color (decimal): -5088582 or 12212914. OLE color: 12212914.

HSL color Cylindrical-coordinate representation of color #B25ABA: hue angle of 295º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25ABA is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 90 186 -
CMYK 0.04 0.52 0 0.27
HSL 295º 0.41% 0.54% -
HSV(B) 295º 0.52% 0.73% -
XYZ 30.88 20.32 48.75 -
YUV 127.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 178 90 186 0.04 0.52 0 0.27 295 0.41 0.54
Hex B2 5A BA 4 34 0 1B 127 29 36
Octal 262 132 272 4 64 0 33 447 51 66
Binary 10110010 1011010 10111010 100 110100 0 11011 100100111 101001 110110

Color Harmonies of #B25ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25ABA

Black with #B25ABA

Text Example


Text Example

White with #B25ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25ABA; }

 p { color: rgb(178,90,186); }

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

background-color css

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

 a { background-color: rgb(178,90,186); }

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

border-color css

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

 span { border-color: rgb(178,90,186); }

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