Html Css Color HEX #B66FBA Fuchsia

📋 copy color: '#B66FBA'

red 182 ◦ green 111 ◦ blue 186

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

Shades of Fuchsia #B66FBA

Tints of Fuchsia #B66FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.17%

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 38%
G = 23.17%
B = 38.83%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B66FBA (or 0xB66FBA) is known color: Fuchsia. HEX triplet: B6, 6F and BA. RGB value is (182,111,186). Sum of RGB (Red+Green+Blue) = 182+111+186=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #B66FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FBA is #499045. Grayscale: #8C8C8C. Windows color (decimal): -4821062 or 12218294. OLE color: 12218294.

HSL color Cylindrical-coordinate representation of color #B66FBA: hue angle of 296.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66FBA is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 111 186 -
CMYK 0.02 0.40 0 0.27
HSL 296.8º 0.35% 0.58% -
HSV(B) 296.8º 0.4% 0.73% -
XYZ 33.84 24.86 49.47 -
YUV 140.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 182 111 186 0.02 0.40 0 0.27 296.8 0.35 0.58
Hex B6 6F BA 2 28 0 1B 129 23 3A
Octal 266 157 272 2 50 0 33 451 43 72
Binary 10110110 1101111 10111010 10 101000 0 11011 100101001 100011 111010

Color Harmonies of #B66FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66FBA

Black with #B66FBA

Text Example


Text Example

White with #B66FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66FBA; }

 p { color: rgb(182,111,186); }

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

background-color css

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

 a { background-color: rgb(182,111,186); }

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

border-color css

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

 span { border-color: rgb(182,111,186); }

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