Html Css Color HEX #B85EBC Fuchsia

📋 copy color: '#B85EBC'

red 184 ◦ green 94 ◦ blue 188

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

Shades of Fuchsia #B85EBC

Tints of Fuchsia #B85EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.17%

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 39.48%
G = 20.17%
B = 40.34%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B85EBC (or 0xB85EBC) is known color: Fuchsia. HEX triplet: B8, 5E and BC. RGB value is (184,94,188). Sum of RGB (Red+Green+Blue) = 184+94+188=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #B85EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EBC is #47A143. Grayscale: #838383. Windows color (decimal): -4694340 or 12345016. OLE color: 12345016.

HSL color Cylindrical-coordinate representation of color #B85EBC: hue angle of 297.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85EBC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 94 188 -
CMYK 0.02 0.50 0 0.26
HSL 297.45º 0.41% 0.55% -
HSV(B) 297.45º 0.5% 0.74% -
XYZ 32.85 21.83 50.06 -
YUV 131.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 184 94 188 0.02 0.50 0 0.26 297.45 0.41 0.55
Hex B8 5E BC 2 32 0 1A 129 29 37
Octal 270 136 274 2 62 0 32 451 51 67
Binary 10111000 1011110 10111100 10 110010 0 11010 100101001 101001 110111

Color Harmonies of #B85EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85EBC

Black with #B85EBC

Text Example


Text Example

White with #B85EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85EBC; }

 p { color: rgb(184,94,188); }

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

background-color css

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

 a { background-color: rgb(184,94,188); }

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

border-color css

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

 span { border-color: rgb(184,94,188); }

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