Html Css Color HEX #B85FBC Fuchsia

📋 copy color: '#B85FBC'

red 184 ◦ green 95 ◦ blue 188

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

Shades of Fuchsia #B85FBC

Tints of Fuchsia #B85FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.34%

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

R = 39.4%
G = 20.34%
B = 40.26%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B85FBC (or 0xB85FBC) is known color: Fuchsia. HEX triplet: B8, 5F and BC. RGB value is (184,95,188). Sum of RGB (Red+Green+Blue) = 184+95+188=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #B85FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FBC is #47A043. Grayscale: #838383. Windows color (decimal): -4694084 or 12345272. OLE color: 12345272.

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

Color convert

RGB 184 95 188 -
CMYK 0.02 0.49 0 0.26
HSL 297.42º 0.41% 0.55% -
HSV(B) 297.42º 0.49% 0.74% -
XYZ 32.94 22.01 50.09 -
YUV 132.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 184 95 188 0.02 0.49 0 0.26 297.42 0.41 0.55
Hex B8 5F BC 2 31 0 1A 129 29 37
Octal 270 137 274 2 61 0 32 451 51 67
Binary 10111000 1011111 10111100 10 110001 0 11010 100101001 101001 110111

Color Harmonies of #B85FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85FBC

Black with #B85FBC

Text Example


Text Example

White with #B85FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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