Html Css Color HEX #B666BF Fuchsia

📋 copy color: '#B666BF'

red 182 ◦ green 102 ◦ blue 191

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

Shades of Fuchsia #B666BF

Tints of Fuchsia #B666BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.21%

R = 38.32%
G = 21.47%
B = 40.21%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B666BF (or 0xB666BF) is known color: Fuchsia. HEX triplet: B6, 66 and BF. RGB value is (182,102,191). Sum of RGB (Red+Green+Blue) = 182+102+191=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #B666BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666BF is #499940. Grayscale: #878787. Windows color (decimal): -4823361 or 12543670. OLE color: 12543670.

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

Color convert

RGB 182 102 191 -
CMYK 0.05 0.47 0 0.25
HSL 293.93º 0.41% 0.57% -
HSV(B) 293.93º 0.47% 0.75% -
XYZ 33.45 23.21 52.01 -
YUV 136.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 182 102 191 0.05 0.47 0 0.25 293.93 0.41 0.57
Hex B6 66 BF 5 2F 0 19 126 29 39
Octal 266 146 277 5 57 0 31 446 51 71
Binary 10110110 1100110 10111111 101 101111 0 11001 100100110 101001 111001

Color Harmonies of #B666BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666BF

Black with #B666BF

Text Example


Text Example

White with #B666BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666BF; }

 p { color: rgb(182,102,191); }

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

background-color css

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

 a { background-color: rgb(182,102,191); }

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

border-color css

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

 span { border-color: rgb(182,102,191); }

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