Html Css Color HEX #B660B4 Fuchsia

📋 copy color: '#B660B4'

red 182 ◦ green 96 ◦ blue 180

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

Shades of Fuchsia #B660B4

Tints of Fuchsia #B660B4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.96%

 BLUE value IS 180 (70.7% from 255) = 39.3%

R = 39.74%
G = 20.96%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B660B4 (or 0xB660B4) is known color: Fuchsia. HEX triplet: B6, 60 and B4. RGB value is (182,96,180). Sum of RGB (Red+Green+Blue) = 182+96+180=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B660B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B660B4 is #499F4B. Grayscale: #838383. Windows color (decimal): -4824908 or 11821238. OLE color: 11821238.

HSL color Cylindrical-coordinate representation of color #B660B4: hue angle of 301.4º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B660B4 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 96 180 -
CMYK 0 0.47 0.01 0.29
HSL 301.4º 0.37% 0.55% -
HSV(B) 301.4º 0.47% 0.71% -
XYZ 31.71 21.61 45.68 -
YUV 131.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 182 96 180 0 0.47 0.01 0.29 301.4 0.37 0.55
Hex B6 60 B4 0 2F 1 1D 12D 25 37
Octal 266 140 264 0 57 1 35 455 45 67
Binary 10110110 1100000 10110100 0 101111 1 11101 100101101 100101 110111

Color Harmonies of #B660B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B660B4

Black with #B660B4

Text Example


Text Example

White with #B660B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B660B4; }

 p { color: rgb(182,96,180); }

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

background-color css

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

 a { background-color: rgb(182,96,180); }

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

border-color css

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

 span { border-color: rgb(182,96,180); }

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