Html Css Color HEX #B858BE Fuchsia

📋 copy color: '#B858BE'

red 184 ◦ green 88 ◦ blue 190

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

Shades of Fuchsia #B858BE

Tints of Fuchsia #B858BE

RGB

 RED value IS 184 (72.27% from 255) = 39.83%

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 39.83%
G = 19.05%
B = 41.13%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B858BE (or 0xB858BE) is known color: Fuchsia. HEX triplet: B8, 58 and BE. RGB value is (184,88,190). Sum of RGB (Red+Green+Blue) = 184+88+190=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #B858BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858BE is #47A741. Grayscale: #808080. Windows color (decimal): -4695874 or 12474552. OLE color: 12474552.

HSL color Cylindrical-coordinate representation of color #B858BE: hue angle of 296.47º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B858BE is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 88 190 -
CMYK 0.03 0.54 0 0.25
HSL 296.47º 0.44% 0.55% -
HSV(B) 296.47º 0.54% 0.75% -
XYZ 32.55 20.89 51.03 -
YUV 128.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 184 88 190 0.03 0.54 0 0.25 296.47 0.44 0.55
Hex B8 58 BE 3 36 0 19 128 2C 37
Octal 270 130 276 3 66 0 31 450 54 67
Binary 10111000 1011000 10111110 11 110110 0 11001 100101000 101100 110111

Color Harmonies of #B858BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858BE

Black with #B858BE

Text Example


Text Example

White with #B858BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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