Html Css Color HEX #B246C0 Fuchsia

📋 copy color: '#B246C0'

red 178 ◦ green 70 ◦ blue 192

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

Shades of Fuchsia #B246C0

Tints of Fuchsia #B246C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 40.45%
G = 15.91%
B = 43.64%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B246C0 (or 0xB246C0) is known color: Fuchsia. HEX triplet: B2, 46 and C0. RGB value is (178,70,192). Sum of RGB (Red+Green+Blue) = 178+70+192=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #B246C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246C0 is #4DB93F. Grayscale: #737373. Windows color (decimal): -5093696 or 12601010. OLE color: 12601010.

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

Color convert

RGB 178 70 192 -
CMYK 0.07 0.64 0 0.25
HSL 293.11º 0.49% 0.51% -
HSV(B) 293.11º 0.64% 0.75% -
XYZ 30.06 17.65 51.69 -
YUV 116.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 178 70 192 0.07 0.64 0 0.25 293.11 0.49 0.51
Hex B2 46 C0 7 40 0 19 125 31 33
Octal 262 106 300 7 100 0 31 445 61 63
Binary 10110010 1000110 11000000 111 1000000 0 11001 100100101 110001 110011

Color Harmonies of #B246C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246C0

Black with #B246C0

Text Example


Text Example

White with #B246C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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