Html Css Color HEX #B866C1 Fuchsia

📋 copy color: '#B866C1'

red 184 ◦ green 102 ◦ blue 193

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

Shades of Fuchsia #B866C1

Tints of Fuchsia #B866C1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.29%

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

R = 38.41%
G = 21.29%
B = 40.29%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B866C1 (or 0xB866C1) is known color: Fuchsia. HEX triplet: B8, 66 and C1. RGB value is (184,102,193). Sum of RGB (Red+Green+Blue) = 184+102+193=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #B866C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866C1 is #47993E. Grayscale: #888888. Windows color (decimal): -4692287 or 12674744. OLE color: 12674744.

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

Color convert

RGB 184 102 193 -
CMYK 0.05 0.47 0 0.24
HSL 294.07º 0.42% 0.58% -
HSV(B) 294.07º 0.47% 0.76% -
XYZ 34.14 23.54 53.2 -
YUV 136.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 184 102 193 0.05 0.47 0 0.24 294.07 0.42 0.58
Hex B8 66 C1 5 2F 0 18 126 2A 3A
Octal 270 146 301 5 57 0 30 446 52 72
Binary 10111000 1100110 11000001 101 101111 0 11000 100100110 101010 111010

Color Harmonies of #B866C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B866C1

Black with #B866C1

Text Example


Text Example

White with #B866C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B866C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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