Html Css Color HEX #B66DB7 Fuchsia

📋 copy color: '#B66DB7'

red 182 ◦ green 109 ◦ blue 183

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

Shades of Fuchsia #B66DB7

Tints of Fuchsia #B66DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.61%

R = 38.4%
G = 23%
B = 38.61%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B66DB7 (or 0xB66DB7) is known color: Fuchsia. HEX triplet: B6, 6D and B7. RGB value is (182,109,183). Sum of RGB (Red+Green+Blue) = 182+109+183=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 183 - color contains mainly: blue. Hex color #B66DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DB7 is #499248. Grayscale: #8B8B8B. Windows color (decimal): -4821577 or 12021174. OLE color: 12021174.

HSL color Cylindrical-coordinate representation of color #B66DB7: hue angle of 299.19º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66DB7 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 109 183 -
CMYK 0.01 0.40 0 0.28
HSL 299.19º 0.34% 0.57% -
HSV(B) 299.19º 0.4% 0.72% -
XYZ 33.31 24.3 47.73 -
YUV 139.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 182 109 183 0.01 0.40 0 0.28 299.19 0.34 0.57
Hex B6 6D B7 1 28 0 1C 12B 22 39
Octal 266 155 267 1 50 0 34 453 42 71
Binary 10110110 1101101 10110111 1 101000 0 11100 100101011 100010 111001

Color Harmonies of #B66DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66DB7

Black with #B66DB7

Text Example


Text Example

White with #B66DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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