Html Css Color HEX #B668BA Fuchsia

📋 copy color: '#B668BA'

red 182 ◦ green 104 ◦ blue 186

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

Shades of Fuchsia #B668BA

Tints of Fuchsia #B668BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.03%

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

R = 38.56%
G = 22.03%
B = 39.41%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B668BA (or 0xB668BA) is known color: Fuchsia. HEX triplet: B6, 68 and BA. RGB value is (182,104,186). Sum of RGB (Red+Green+Blue) = 182+104+186=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #B668BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668BA is #499745. Grayscale: #888888. Windows color (decimal): -4822854 or 12216502. OLE color: 12216502.

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

Color convert

RGB 182 104 186 -
CMYK 0.02 0.44 0 0.27
HSL 297.07º 0.37% 0.57% -
HSV(B) 297.07º 0.44% 0.73% -
XYZ 33.1 23.39 49.22 -
YUV 136.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 182 104 186 0.02 0.44 0 0.27 297.07 0.37 0.57
Hex B6 68 BA 2 2C 0 1B 129 25 39
Octal 266 150 272 2 54 0 33 451 45 71
Binary 10110110 1101000 10111010 10 101100 0 11011 100101001 100101 111001

Color Harmonies of #B668BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B668BA

Black with #B668BA

Text Example


Text Example

White with #B668BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B668BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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