Html Css Color HEX #B066BE Fuchsia

📋 copy color: '#B066BE'

red 176 ◦ green 102 ◦ blue 190

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

Shades of Fuchsia #B066BE

Tints of Fuchsia #B066BE

RGB

 RED value IS 176 (69.14% from 255) = 37.61%

 GREEN value IS 102 (40.23% from 255) = 21.79%

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 37.61%
G = 21.79%
B = 40.6%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B066BE (or 0xB066BE) is known color: Fuchsia. HEX triplet: B0, 66 and BE. RGB value is (176,102,190). Sum of RGB (Red+Green+Blue) = 176+102+190=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #B066BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066BE is #4F9941. Grayscale: #858585. Windows color (decimal): -5216578 or 12478128. OLE color: 12478128.

HSL color Cylindrical-coordinate representation of color #B066BE: hue angle of 290.45º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B066BE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 102 190 -
CMYK 0.07 0.46 0 0.25
HSL 290.45º 0.4% 0.57% -
HSV(B) 290.45º 0.46% 0.75% -
XYZ 31.95 22.45 51.36 -
YUV 134.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 176 102 190 0.07 0.46 0 0.25 290.45 0.4 0.57
Hex B0 66 BE 7 2E 0 19 122 28 39
Octal 260 146 276 7 56 0 31 442 50 71
Binary 10110000 1100110 10111110 111 101110 0 11001 100100010 101000 111001

Color Harmonies of #B066BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B066BE

Black with #B066BE

Text Example


Text Example

White with #B066BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B066BE; }

 p { color: rgb(176,102,190); }

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

background-color css

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

 a { background-color: rgb(176,102,190); }

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

border-color css

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

 span { border-color: rgb(176,102,190); }

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