Html Css Color HEX #B66DB3 Fuchsia

📋 copy color: '#B66DB3'

red 182 ◦ green 109 ◦ blue 179

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

Shades of Fuchsia #B66DB3

Tints of Fuchsia #B66DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.09%

R = 38.72%
G = 23.19%
B = 38.09%

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

#B66DB3 (or 0xB66DB3) is known color: Fuchsia. HEX triplet: B6, 6D and B3. RGB value is (182,109,179). Sum of RGB (Red+Green+Blue) = 182+109+179=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B66DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DB3 is #49924C. Grayscale: #8A8A8A. Windows color (decimal): -4821581 or 11759030. OLE color: 11759030.

HSL color Cylindrical-coordinate representation of color #B66DB3: hue angle of 302.47º 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 #B66DB3 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 109 179 -
CMYK 0 0.40 0.02 0.29
HSL 302.47º 0.33% 0.57% -
HSV(B) 302.47º 0.4% 0.71% -
XYZ 32.9 24.14 45.57 -
YUV 138.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 182 109 179 0 0.40 0.02 0.29 302.47 0.33 0.57
Hex B6 6D B3 0 28 2 1D 12E 21 39
Octal 266 155 263 0 50 2 35 456 41 71
Binary 10110110 1101101 10110011 0 101000 10 11101 100101110 100001 111001

Color Harmonies of #B66DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66DB3

Black with #B66DB3

Text Example


Text Example

White with #B66DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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