Html Css Color HEX #B640BB Fuchsia

📋 copy color: '#B640BB'

red 182 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #B640BB

Tints of Fuchsia #B640BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.78%

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

R = 42.03%
G = 14.78%
B = 43.19%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B640BB (or 0xB640BB) is known color: Fuchsia. HEX triplet: B6, 40 and BB. RGB value is (182,64,187). Sum of RGB (Red+Green+Blue) = 182+64+187=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #B640BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640BB is #49BF44. Grayscale: #707070. Windows color (decimal): -4833093 or 12271798. OLE color: 12271798.

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

Color convert

RGB 182 64 187 -
CMYK 0.03 0.66 0 0.27
HSL 297.56º 0.49% 0.49% -
HSV(B) 297.56º 0.66% 0.73% -
XYZ 30.09 17.2 48.75 -
YUV 113.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 182 64 187 0.03 0.66 0 0.27 297.56 0.49 0.49
Hex B6 40 BB 3 42 0 1B 12A 31 31
Octal 266 100 273 3 102 0 33 452 61 61
Binary 10110110 1000000 10111011 11 1000010 0 11011 100101010 110001 110001

Color Harmonies of #B640BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640BB

Black with #B640BB

Text Example


Text Example

White with #B640BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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