Html Css Color HEX #B85BC0 Fuchsia

📋 copy color: '#B85BC0'

red 184 ◦ green 91 ◦ blue 192

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

Shades of Fuchsia #B85BC0

Tints of Fuchsia #B85BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.49%

 BLUE value IS 192 (75.39% from 255) = 41.11%

R = 39.4%
G = 19.49%
B = 41.11%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B85BC0 (or 0xB85BC0) is known color: Fuchsia. HEX triplet: B8, 5B and C0. RGB value is (184,91,192). Sum of RGB (Red+Green+Blue) = 184+91+192=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #B85BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BC0 is #47A43F. Grayscale: #828282. Windows color (decimal): -4695104 or 12606392. OLE color: 12606392.

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

Color convert

RGB 184 91 192 -
CMYK 0.04 0.53 0 0.25
HSL 295.25º 0.44% 0.55% -
HSV(B) 295.25º 0.53% 0.75% -
XYZ 33.02 21.48 52.27 -
YUV 130.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 184 91 192 0.04 0.53 0 0.25 295.25 0.44 0.55
Hex B8 5B C0 4 35 0 19 127 2C 37
Octal 270 133 300 4 65 0 31 447 54 67
Binary 10111000 1011011 11000000 100 110101 0 11001 100100111 101100 110111

Color Harmonies of #B85BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BC0

Black with #B85BC0

Text Example


Text Example

White with #B85BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BC0; }

 p { color: rgb(184,91,192); }

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

background-color css

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

 a { background-color: rgb(184,91,192); }

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

border-color css

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

 span { border-color: rgb(184,91,192); }

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