Html Css Color HEX #B668C0 Fuchsia

📋 copy color: '#B668C0'

red 182 ◦ green 104 ◦ blue 192

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

Shades of Fuchsia #B668C0

Tints of Fuchsia #B668C0

RGB

 RED value IS 182 (71.48% from 255) = 38.08%

 GREEN value IS 104 (41.02% from 255) = 21.76%

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

R = 38.08%
G = 21.76%
B = 40.17%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B668C0 (or 0xB668C0) is known color: Fuchsia. HEX triplet: B6, 68 and C0. RGB value is (182,104,192). Sum of RGB (Red+Green+Blue) = 182+104+192=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #B668C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668C0 is #49973F. Grayscale: #898989. Windows color (decimal): -4822848 or 12609718. OLE color: 12609718.

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

Color convert

RGB 182 104 192 -
CMYK 0.05 0.46 0 0.25
HSL 293.18º 0.41% 0.58% -
HSV(B) 293.18º 0.46% 0.75% -
XYZ 33.76 23.65 52.66 -
YUV 137.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 182 104 192 0.05 0.46 0 0.25 293.18 0.41 0.58
Hex B6 68 C0 5 2E 0 19 125 29 3A
Octal 266 150 300 5 56 0 31 445 51 72
Binary 10110110 1101000 11000000 101 101110 0 11001 100100101 101001 111010

Color Harmonies of #B668C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B668C0

Black with #B668C0

Text Example


Text Example

White with #B668C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B668C0; }

 p { color: rgb(182,104,192); }

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

background-color css

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

 a { background-color: rgb(182,104,192); }

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

border-color css

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

 span { border-color: rgb(182,104,192); }

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