Html Css Color HEX #B85FC1 Fuchsia

📋 copy color: '#B85FC1'

red 184 ◦ green 95 ◦ blue 193

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

Shades of Fuchsia #B85FC1

Tints of Fuchsia #B85FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 38.98%
G = 20.13%
B = 40.89%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B85FC1 (or 0xB85FC1) is known color: Fuchsia. HEX triplet: B8, 5F and C1. RGB value is (184,95,193). Sum of RGB (Red+Green+Blue) = 184+95+193=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #B85FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FC1 is #47A03E. Grayscale: #848484. Windows color (decimal): -4694079 or 12672952. OLE color: 12672952.

HSL color Cylindrical-coordinate representation of color #B85FC1: hue angle of 294.49º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85FC1 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 95 193 -
CMYK 0.05 0.51 0 0.24
HSL 294.49º 0.44% 0.56% -
HSV(B) 294.49º 0.51% 0.76% -
XYZ 33.49 22.23 52.98 -
YUV 132.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 184 95 193 0.05 0.51 0 0.24 294.49 0.44 0.56
Hex B8 5F C1 5 33 0 18 126 2C 38
Octal 270 137 301 5 63 0 30 446 54 70
Binary 10111000 1011111 11000001 101 110011 0 11000 100100110 101100 111000

Color Harmonies of #B85FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85FC1

Black with #B85FC1

Text Example


Text Example

White with #B85FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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