Html Css Color HEX #B340BB Fuchsia

📋 copy color: '#B340BB'

red 179 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #B340BB

Tints of Fuchsia #B340BB

RGB

 RED value IS 179 (70.31% from 255) = 41.63%

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

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

R = 41.63%
G = 14.88%
B = 43.49%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B340BB (or 0xB340BB) is known color: Fuchsia. HEX triplet: B3, 40 and BB. RGB value is (179,64,187). Sum of RGB (Red+Green+Blue) = 179+64+187=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #B340BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340BB is #4CBF44. Grayscale: #707070. Windows color (decimal): -5029701 or 12271795. OLE color: 12271795.

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

Color convert

RGB 179 64 187 -
CMYK 0.04 0.66 0 0.27
HSL 296.1º 0.49% 0.49% -
HSV(B) 296.1º 0.66% 0.73% -
XYZ 29.39 16.84 48.71 -
YUV 112.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 179 64 187 0.04 0.66 0 0.27 296.1 0.49 0.49
Hex B3 40 BB 4 42 0 1B 128 31 31
Octal 263 100 273 4 102 0 33 450 61 61
Binary 10110011 1000000 10111011 100 1000010 0 11011 100101000 110001 110001

Color Harmonies of #B340BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340BB

Black with #B340BB

Text Example


Text Example

White with #B340BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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