Html Css Color HEX #B246BF Fuchsia

📋 copy color: '#B246BF'

red 178 ◦ green 70 ◦ blue 191

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

Shades of Fuchsia #B246BF

Tints of Fuchsia #B246BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.51%

R = 40.55%
G = 15.95%
B = 43.51%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B246BF (or 0xB246BF) is known color: Fuchsia. HEX triplet: B2, 46 and BF. RGB value is (178,70,191). Sum of RGB (Red+Green+Blue) = 178+70+191=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #B246BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246BF is #4DB940. Grayscale: #737373. Windows color (decimal): -5093697 or 12535474. OLE color: 12535474.

HSL color Cylindrical-coordinate representation of color #B246BF: hue angle of 293.55º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B246BF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 70 191 -
CMYK 0.07 0.63 0 0.25
HSL 293.55º 0.49% 0.51% -
HSV(B) 293.55º 0.63% 0.75% -
XYZ 29.95 17.61 51.11 -
YUV 116.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 178 70 191 0.07 0.63 0 0.25 293.55 0.49 0.51
Hex B2 46 BF 7 3F 0 19 126 31 33
Octal 262 106 277 7 77 0 31 446 61 63
Binary 10110010 1000110 10111111 111 111111 0 11001 100100110 110001 110011

Color Harmonies of #B246BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246BF

Black with #B246BF

Text Example


Text Example

White with #B246BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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