Html Css Color HEX #B642BB Fuchsia

📋 copy color: '#B642BB'

red 182 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #B642BB

Tints of Fuchsia #B642BB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.17%

 BLUE value IS 187 (73.44% from 255) = 42.99%

R = 41.84%
G = 15.17%
B = 42.99%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B642BB (or 0xB642BB) is known color: Fuchsia. HEX triplet: B6, 42 and BB. RGB value is (182,66,187). Sum of RGB (Red+Green+Blue) = 182+66+187=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #B642BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642BB is #49BD44. Grayscale: #727272. Windows color (decimal): -4832581 or 12272310. OLE color: 12272310.

HSL color Cylindrical-coordinate representation of color #B642BB: hue angle of 297.52º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B642BB is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 66 187 -
CMYK 0.03 0.65 0 0.27
HSL 297.52º 0.48% 0.5% -
HSV(B) 297.52º 0.65% 0.73% -
XYZ 30.21 17.43 48.79 -
YUV 114.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 182 66 187 0.03 0.65 0 0.27 297.52 0.48 0.5
Hex B6 42 BB 3 41 0 1B 12A 30 32
Octal 266 102 273 3 101 0 33 452 60 62
Binary 10110110 1000010 10111011 11 1000001 0 11011 100101010 110000 110010

Color Harmonies of #B642BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642BB

Black with #B642BB

Text Example


Text Example

White with #B642BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642BB; }

 p { color: rgb(182,66,187); }

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

background-color css

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

 a { background-color: rgb(182,66,187); }

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

border-color css

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

 span { border-color: rgb(182,66,187); }

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