Html Css Color HEX #B246BD Fuchsia

📋 copy color: '#B246BD'

red 178 ◦ green 70 ◦ blue 189

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

Shades of Fuchsia #B246BD

Tints of Fuchsia #B246BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.25%

R = 40.73%
G = 16.02%
B = 43.25%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B246BD (or 0xB246BD) is known color: Fuchsia. HEX triplet: B2, 46 and BD. RGB value is (178,70,189). Sum of RGB (Red+Green+Blue) = 178+70+189=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #B246BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246BD is #4DB942. Grayscale: #737373. Windows color (decimal): -5093699 or 12404402. OLE color: 12404402.

HSL color Cylindrical-coordinate representation of color #B246BD: hue angle of 294.45º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B246BD is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 70 189 -
CMYK 0.06 0.63 0 0.26
HSL 294.45º 0.47% 0.51% -
HSV(B) 294.45º 0.63% 0.74% -
XYZ 29.74 17.52 49.96 -
YUV 115.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 178 70 189 0.06 0.63 0 0.26 294.45 0.47 0.51
Hex B2 46 BD 6 3F 0 1A 126 2F 33
Octal 262 106 275 6 77 0 32 446 57 63
Binary 10110010 1000110 10111101 110 111111 0 11010 100100110 101111 110011

Color Harmonies of #B246BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246BD

Black with #B246BD

Text Example


Text Example

White with #B246BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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