Html Css Color HEX #B242B6 Fuchsia

📋 copy color: '#B242B6'

red 178 ◦ green 66 ◦ blue 182

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

Shades of Fuchsia #B242B6

Tints of Fuchsia #B242B6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.49%

 BLUE value IS 182 (71.48% from 255) = 42.72%

R = 41.78%
G = 15.49%
B = 42.72%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B242B6 (or 0xB242B6) is known color: Fuchsia. HEX triplet: B2, 42 and B6. RGB value is (178,66,182). Sum of RGB (Red+Green+Blue) = 178+66+182=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #B242B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242B6 is #4DBD49. Grayscale: #707070. Windows color (decimal): -5094730 or 11944626. OLE color: 11944626.

HSL color Cylindrical-coordinate representation of color #B242B6: hue angle of 297.93º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B242B6 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 66 182 -
CMYK 0.02 0.64 0 0.29
HSL 297.93º 0.47% 0.49% -
HSV(B) 297.93º 0.64% 0.71% -
XYZ 28.75 16.74 45.97 -
YUV 112.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 178 66 182 0.02 0.64 0 0.29 297.93 0.47 0.49
Hex B2 42 B6 2 40 0 1D 12A 2F 31
Octal 262 102 266 2 100 0 35 452 57 61
Binary 10110010 1000010 10110110 10 1000000 0 11101 100101010 101111 110001

Color Harmonies of #B242B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B242B6

Black with #B242B6

Text Example


Text Example

White with #B242B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B242B6; }

 p { color: rgb(178,66,182); }

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

background-color css

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

 a { background-color: rgb(178,66,182); }

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

border-color css

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

 span { border-color: rgb(178,66,182); }

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