Html Css Color HEX #B240BB Fuchsia

📋 copy color: '#B240BB'

red 178 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #B240BB

Tints of Fuchsia #B240BB

RGB

 RED value IS 178 (69.92% from 255) = 41.49%

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

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

R = 41.49%
G = 14.92%
B = 43.59%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B240BB (or 0xB240BB) is known color: Fuchsia. HEX triplet: B2, 40 and BB. RGB value is (178,64,187). Sum of RGB (Red+Green+Blue) = 178+64+187=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #B240BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240BB is #4DBF44. Grayscale: #6F6F6F. Windows color (decimal): -5095237 or 12271794. OLE color: 12271794.

HSL color Cylindrical-coordinate representation of color #B240BB: hue angle of 295.61º 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 #B240BB is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 64 187 -
CMYK 0.05 0.66 0 0.27
HSL 295.61º 0.49% 0.49% -
HSV(B) 295.61º 0.66% 0.73% -
XYZ 29.16 16.72 48.7 -
YUV 112.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 178 64 187 0.05 0.66 0 0.27 295.61 0.49 0.49
Hex B2 40 BB 5 42 0 1B 128 31 31
Octal 262 100 273 5 102 0 33 450 61 61
Binary 10110010 1000000 10111011 101 1000010 0 11011 100101000 110001 110001

Color Harmonies of #B240BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240BB

Black with #B240BB

Text Example


Text Example

White with #B240BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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