Html Css Color HEX #B25BB7 Fuchsia

📋 copy color: '#B25BB7'

red 178 ◦ green 91 ◦ blue 183

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

Shades of Fuchsia #B25BB7

Tints of Fuchsia #B25BB7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.13%

 BLUE value IS 183 (71.88% from 255) = 40.49%

R = 39.38%
G = 20.13%
B = 40.49%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B25BB7 (or 0xB25BB7) is known color: Fuchsia. HEX triplet: B2, 5B and B7. RGB value is (178,91,183). Sum of RGB (Red+Green+Blue) = 178+91+183=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 183 - color contains mainly: blue. Hex color #B25BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BB7 is #4DA448. Grayscale: #7F7F7F. Windows color (decimal): -5088329 or 12016562. OLE color: 12016562.

HSL color Cylindrical-coordinate representation of color #B25BB7: hue angle of 296.74º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B25BB7 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 91 183 -
CMYK 0.03 0.50 0 0.28
HSL 296.74º 0.39% 0.54% -
HSV(B) 296.74º 0.5% 0.72% -
XYZ 30.65 20.37 47.12 -
YUV 127.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 178 91 183 0.03 0.50 0 0.28 296.74 0.39 0.54
Hex B2 5B B7 3 32 0 1C 129 27 36
Octal 262 133 267 3 62 0 34 451 47 66
Binary 10110010 1011011 10110111 11 110010 0 11100 100101001 100111 110110

Color Harmonies of #B25BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BB7

Black with #B25BB7

Text Example


Text Example

White with #B25BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BB7; }

 p { color: rgb(178,91,183); }

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

background-color css

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

 a { background-color: rgb(178,91,183); }

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

border-color css

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

 span { border-color: rgb(178,91,183); }

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