Html Css Color HEX #B66DB2 Fuchsia

📋 copy color: '#B66DB2'

red 182 ◦ green 109 ◦ blue 178

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

Shades of Fuchsia #B66DB2

Tints of Fuchsia #B66DB2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.24%

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 38.81%
G = 23.24%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B66DB2 (or 0xB66DB2) is known color: Fuchsia. HEX triplet: B6, 6D and B2. RGB value is (182,109,178). Sum of RGB (Red+Green+Blue) = 182+109+178=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B66DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66DB2 is #49924D. Grayscale: #8A8A8A. Windows color (decimal): -4821582 or 11693494. OLE color: 11693494.

HSL color Cylindrical-coordinate representation of color #B66DB2: hue angle of 303.29º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66DB2 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 109 178 -
CMYK 0 0.40 0.02 0.29
HSL 303.29º 0.33% 0.57% -
HSV(B) 303.29º 0.4% 0.71% -
XYZ 32.8 24.1 45.04 -
YUV 138.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 182 109 178 0 0.40 0.02 0.29 303.29 0.33 0.57
Hex B6 6D B2 0 28 2 1D 12F 21 39
Octal 266 155 262 0 50 2 35 457 41 71
Binary 10110110 1101101 10110010 0 101000 10 11101 100101111 100001 111001

Color Harmonies of #B66DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66DB2

Black with #B66DB2

Text Example


Text Example

White with #B66DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66DB2; }

 p { color: rgb(182,109,178); }

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

background-color css

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

 a { background-color: rgb(182,109,178); }

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

border-color css

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

 span { border-color: rgb(182,109,178); }

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