Html Css Color HEX #B85EC1 Fuchsia

📋 copy color: '#B85EC1'

red 184 ◦ green 94 ◦ blue 193

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

Shades of Fuchsia #B85EC1

Tints of Fuchsia #B85EC1

RGB

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

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

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

R = 39.07%
G = 19.96%
B = 40.98%

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

#B85EC1 (or 0xB85EC1) is known color: Fuchsia. HEX triplet: B8, 5E and C1. RGB value is (184,94,193). Sum of RGB (Red+Green+Blue) = 184+94+193=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #B85EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EC1 is #47A13E. Grayscale: #838383. Windows color (decimal): -4694335 or 12672696. OLE color: 12672696.

HSL color Cylindrical-coordinate representation of color #B85EC1: hue angle of 294.55º 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 #B85EC1 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 94 193 -
CMYK 0.05 0.51 0 0.24
HSL 294.55º 0.44% 0.56% -
HSV(B) 294.55º 0.51% 0.76% -
XYZ 33.4 22.05 52.95 -
YUV 132.2 162.32 164.95 -
System Red Green Blue C M Y K H S L
Decimal 184 94 193 0.05 0.51 0 0.24 294.55 0.44 0.56
Hex B8 5E C1 5 33 0 18 127 2C 38
Octal 270 136 301 5 63 0 30 447 54 70
Binary 10111000 1011110 11000001 101 110011 0 11000 100100111 101100 111000

Color Harmonies of #B85EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85EC1

Black with #B85EC1

Text Example


Text Example

White with #B85EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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