Html Css Color HEX #B66CBA Fuchsia

📋 copy color: '#B66CBA'

red 182 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #B66CBA

Tints of Fuchsia #B66CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.69%

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

R = 38.24%
G = 22.69%
B = 39.08%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B66CBA (or 0xB66CBA) is known color: Fuchsia. HEX triplet: B6, 6C and BA. RGB value is (182,108,186). Sum of RGB (Red+Green+Blue) = 182+108+186=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #B66CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CBA is #499345. Grayscale: #8A8A8A. Windows color (decimal): -4821830 or 12217526. OLE color: 12217526.

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

Color convert

RGB 182 108 186 -
CMYK 0.02 0.42 0 0.27
HSL 296.92º 0.36% 0.58% -
HSV(B) 296.92º 0.42% 0.73% -
XYZ 33.52 24.22 49.36 -
YUV 139.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 182 108 186 0.02 0.42 0 0.27 296.92 0.36 0.58
Hex B6 6C BA 2 2A 0 1B 129 24 3A
Octal 266 154 272 2 52 0 33 451 44 72
Binary 10110110 1101100 10111010 10 101010 0 11011 100101001 100100 111010

Color Harmonies of #B66CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66CBA

Black with #B66CBA

Text Example


Text Example

White with #B66CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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