Html Css Color HEX #B858C1 Fuchsia

📋 copy color: '#B858C1'

red 184 ◦ green 88 ◦ blue 193

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

Shades of Fuchsia #B858C1

Tints of Fuchsia #B858C1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.92%

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

R = 39.57%
G = 18.92%
B = 41.51%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B858C1 (or 0xB858C1) is known color: Fuchsia. HEX triplet: B8, 58 and C1. RGB value is (184,88,193). Sum of RGB (Red+Green+Blue) = 184+88+193=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #B858C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858C1 is #47A73E. Grayscale: #808080. Windows color (decimal): -4695871 or 12671160. OLE color: 12671160.

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

Color convert

RGB 184 88 193 -
CMYK 0.05 0.54 0 0.24
HSL 294.86º 0.46% 0.55% -
HSV(B) 294.86º 0.54% 0.76% -
XYZ 32.88 21.02 52.78 -
YUV 128.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 184 88 193 0.05 0.54 0 0.24 294.86 0.46 0.55
Hex B8 58 C1 5 36 0 18 127 2E 37
Octal 270 130 301 5 66 0 30 447 56 67
Binary 10111000 1011000 11000001 101 110110 0 11000 100100111 101110 110111

Color Harmonies of #B858C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858C1

Black with #B858C1

Text Example


Text Example

White with #B858C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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