Html Css Color HEX #B366C0 Fuchsia

📋 copy color: '#B366C0'

red 179 ◦ green 102 ◦ blue 192

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

Shades of Fuchsia #B366C0

Tints of Fuchsia #B366C0

RGB

 RED value IS 179 (70.31% from 255) = 37.84%

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

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 37.84%
G = 21.56%
B = 40.59%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B366C0 (or 0xB366C0) is known color: Fuchsia. HEX triplet: B3, 66 and C0. RGB value is (179,102,192). Sum of RGB (Red+Green+Blue) = 179+102+192=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #B366C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366C0 is #4C993F. Grayscale: #878787. Windows color (decimal): -5019968 or 12609203. OLE color: 12609203.

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

Color convert

RGB 179 102 192 -
CMYK 0.07 0.47 0 0.25
HSL 291.33º 0.42% 0.58% -
HSV(B) 291.33º 0.47% 0.75% -
XYZ 32.86 22.89 52.56 -
YUV 135.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 179 102 192 0.07 0.47 0 0.25 291.33 0.42 0.58
Hex B3 66 C0 7 2F 0 19 123 2A 3A
Octal 263 146 300 7 57 0 31 443 52 72
Binary 10110011 1100110 11000000 111 101111 0 11001 100100011 101010 111010

Color Harmonies of #B366C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366C0

Black with #B366C0

Text Example


Text Example

White with #B366C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366C0; }

 p { color: rgb(179,102,192); }

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

background-color css

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

 a { background-color: rgb(179,102,192); }

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

border-color css

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

 span { border-color: rgb(179,102,192); }

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