Html Css Color HEX #B246BB Fuchsia

📋 copy color: '#B246BB'

red 178 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #B246BB

Tints of Fuchsia #B246BB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.09%

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

R = 40.92%
G = 16.09%
B = 42.99%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B246BB (or 0xB246BB) is known color: Fuchsia. HEX triplet: B2, 46 and BB. RGB value is (178,70,187). Sum of RGB (Red+Green+Blue) = 178+70+187=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 70 (27.73% from 255 or 16.09% 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 #B246BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246BB is #4DB944. Grayscale: #737373. Windows color (decimal): -5093701 or 12273330. OLE color: 12273330.

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

Color convert

RGB 178 70 187 -
CMYK 0.05 0.63 0 0.27
HSL 295.38º 0.46% 0.5% -
HSV(B) 295.38º 0.63% 0.73% -
XYZ 29.52 17.43 48.82 -
YUV 115.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 178 70 187 0.05 0.63 0 0.27 295.38 0.46 0.5
Hex B2 46 BB 5 3F 0 1B 127 2E 32
Octal 262 106 273 5 77 0 33 447 56 62
Binary 10110010 1000110 10111011 101 111111 0 11011 100100111 101110 110010

Color Harmonies of #B246BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246BB

Black with #B246BB

Text Example


Text Example

White with #B246BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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