Html Css Color HEX #B25AB0 Fuchsia

📋 copy color: '#B25AB0'

red 178 ◦ green 90 ◦ blue 176

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

Shades of Fuchsia #B25AB0

Tints of Fuchsia #B25AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.64%

R = 40.09%
G = 20.27%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B25AB0 (or 0xB25AB0) is known color: Fuchsia. HEX triplet: B2, 5A and B0. RGB value is (178,90,176). Sum of RGB (Red+Green+Blue) = 178+90+176=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B25AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25AB0 is #4DA54F. Grayscale: #7D7D7D. Windows color (decimal): -5088592 or 11557554. OLE color: 11557554.

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

Color convert

RGB 178 90 176 -
CMYK 0 0.49 0.01 0.30
HSL 301.36º 0.36% 0.53% -
HSV(B) 301.36º 0.49% 0.7% -
XYZ 29.85 19.91 43.34 -
YUV 126.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 178 90 176 0 0.49 0.01 0.30 301.36 0.36 0.53
Hex B2 5A B0 0 31 1 1E 12D 24 35
Octal 262 132 260 0 61 1 36 455 44 65
Binary 10110010 1011010 10110000 0 110001 1 11110 100101101 100100 110101

Color Harmonies of #B25AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25AB0

Black with #B25AB0

Text Example


Text Example

White with #B25AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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