Html Css Color HEX #B858BD Fuchsia

📋 copy color: '#B858BD'

red 184 ◦ green 88 ◦ blue 189

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

Shades of Fuchsia #B858BD

Tints of Fuchsia #B858BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 39.91%
G = 19.09%
B = 41%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B858BD (or 0xB858BD) is known color: Fuchsia. HEX triplet: B8, 58 and BD. RGB value is (184,88,189). Sum of RGB (Red+Green+Blue) = 184+88+189=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #B858BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858BD is #47A742. Grayscale: #7F7F7F. Windows color (decimal): -4695875 or 12409016. OLE color: 12409016.

HSL color Cylindrical-coordinate representation of color #B858BD: hue angle of 297.03º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B858BD is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 88 189 -
CMYK 0.03 0.53 0 0.26
HSL 297.03º 0.43% 0.54% -
HSV(B) 297.03º 0.53% 0.74% -
XYZ 32.44 20.84 50.46 -
YUV 128.22 162.3 167.79 -
System Red Green Blue C M Y K H S L
Decimal 184 88 189 0.03 0.53 0 0.26 297.03 0.43 0.54
Hex B8 58 BD 3 35 0 1A 129 2B 36
Octal 270 130 275 3 65 0 32 451 53 66
Binary 10111000 1011000 10111101 11 110101 0 11010 100101001 101011 110110

Color Harmonies of #B858BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858BD

Black with #B858BD

Text Example


Text Example

White with #B858BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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