Html Css Color HEX #B258B8 Fuchsia

📋 copy color: '#B258B8'

red 178 ◦ green 88 ◦ blue 184

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

Shades of Fuchsia #B258B8

Tints of Fuchsia #B258B8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.56%

 BLUE value IS 184 (72.27% from 255) = 40.89%

R = 39.56%
G = 19.56%
B = 40.89%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B258B8 (or 0xB258B8) is known color: Fuchsia. HEX triplet: B2, 58 and B8. RGB value is (178,88,184). Sum of RGB (Red+Green+Blue) = 178+88+184=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 184 - color contains mainly: blue. Hex color #B258B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258B8 is #4DA747. Grayscale: #7D7D7D. Windows color (decimal): -5089096 or 12081330. OLE color: 12081330.

HSL color Cylindrical-coordinate representation of color #B258B8: hue angle of 296.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B258B8 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 88 184 -
CMYK 0.03 0.52 0 0.28
HSL 296.25º 0.4% 0.53% -
HSV(B) 296.25º 0.52% 0.72% -
XYZ 30.5 19.91 47.58 -
YUV 125.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 178 88 184 0.03 0.52 0 0.28 296.25 0.4 0.53
Hex B2 58 B8 3 34 0 1C 128 28 35
Octal 262 130 270 3 64 0 34 450 50 65
Binary 10110010 1011000 10111000 11 110100 0 11100 100101000 101000 110101

Color Harmonies of #B258B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B258B8

Black with #B258B8

Text Example


Text Example

White with #B258B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B258B8; }

 p { color: rgb(178,88,184); }

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

background-color css

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

 a { background-color: rgb(178,88,184); }

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

border-color css

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

 span { border-color: rgb(178,88,184); }

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