Html Css Color HEX #B855C1 Fuchsia

📋 copy color: '#B855C1'

red 184 ◦ green 85 ◦ blue 193

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

Shades of Fuchsia #B855C1

Tints of Fuchsia #B855C1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.4%

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

R = 39.83%
G = 18.4%
B = 41.77%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B855C1 (or 0xB855C1) is known color: Fuchsia. HEX triplet: B8, 55 and C1. RGB value is (184,85,193). Sum of RGB (Red+Green+Blue) = 184+85+193=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #B855C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855C1 is #47AA3E. Grayscale: #7E7E7E. Windows color (decimal): -4696639 or 12670392. OLE color: 12670392.

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

Color convert

RGB 184 85 193 -
CMYK 0.05 0.56 0 0.24
HSL 295º 0.47% 0.55% -
HSV(B) 295º 0.56% 0.76% -
XYZ 32.64 20.54 52.7 -
YUV 126.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 184 85 193 0.05 0.56 0 0.24 295 0.47 0.55
Hex B8 55 C1 5 38 0 18 127 2F 37
Octal 270 125 301 5 70 0 30 447 57 67
Binary 10111000 1010101 11000001 101 111000 0 11000 100100111 101111 110111

Color Harmonies of #B855C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855C1

Black with #B855C1

Text Example


Text Example

White with #B855C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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