Html Css Color HEX #B239BC Fuchsia

📋 copy color: '#B239BC'

red 178 ◦ green 57 ◦ blue 188

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

Shades of Fuchsia #B239BC

Tints of Fuchsia #B239BC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.48%

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 42.08%
G = 13.48%
B = 44.44%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B239BC (or 0xB239BC) is known color: Fuchsia. HEX triplet: B2, 39 and BC. RGB value is (178,57,188). Sum of RGB (Red+Green+Blue) = 178+57+188=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #B239BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239BC is #4DC643. Grayscale: #6B6B6B. Windows color (decimal): -5097028 or 12335538. OLE color: 12335538.

HSL color Cylindrical-coordinate representation of color #B239BC: hue angle of 295.42º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B239BC is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 57 188 -
CMYK 0.05 0.70 0 0.26
HSL 295.42º 0.53% 0.48% -
HSV(B) 295.42º 0.7% 0.74% -
XYZ 28.9 16.02 49.15 -
YUV 108.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 178 57 188 0.05 0.70 0 0.26 295.42 0.53 0.48
Hex B2 39 BC 5 46 0 1A 127 35 30
Octal 262 71 274 5 106 0 32 447 65 60
Binary 10110010 111001 10111100 101 1000110 0 11010 100100111 110101 110000

Color Harmonies of #B239BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B239BC

Black with #B239BC

Text Example


Text Example

White with #B239BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B239BC; }

 p { color: rgb(178,57,188); }

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

background-color css

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

 a { background-color: rgb(178,57,188); }

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

border-color css

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

 span { border-color: rgb(178,57,188); }

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