Html Css Color HEX #B23FB0 Fuchsia

📋 copy color: '#B23FB0'

red 178 ◦ green 63 ◦ blue 176

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

Shades of Fuchsia #B23FB0

Tints of Fuchsia #B23FB0

RGB

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

 GREEN value IS 63 (25% from 255) = 15.11%

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 42.69%
G = 15.11%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B23FB0 (or 0xB23FB0) is known color: Fuchsia. HEX triplet: B2, 3F and B0. RGB value is (178,63,176). Sum of RGB (Red+Green+Blue) = 178+63+176=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B23FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23FB0 is #4DC04F. Grayscale: #6D6D6D. Windows color (decimal): -5095504 or 11550642. OLE color: 11550642.

HSL color Cylindrical-coordinate representation of color #B23FB0: hue angle of 301.04º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23FB0 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 63 176 -
CMYK 0 0.65 0.01 0.30
HSL 301.04º 0.48% 0.47% -
HSV(B) 301.04º 0.65% 0.7% -
XYZ 27.97 16.15 42.72 -
YUV 110.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 178 63 176 0 0.65 0.01 0.30 301.04 0.48 0.47
Hex B2 3F B0 0 41 1 1E 12D 30 2F
Octal 262 77 260 0 101 1 36 455 60 57
Binary 10110010 111111 10110000 0 1000001 1 11110 100101101 110000 101111

Color Harmonies of #B23FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FB0

Black with #B23FB0

Text Example


Text Example

White with #B23FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FB0; }

 p { color: rgb(178,63,176); }

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

background-color css

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

 a { background-color: rgb(178,63,176); }

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

border-color css

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

 span { border-color: rgb(178,63,176); }

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