Html Css Color HEX #B23FBC Fuchsia

📋 copy color: '#B23FBC'

red 178 ◦ green 63 ◦ blue 188

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

Shades of Fuchsia #B23FBC

Tints of Fuchsia #B23FBC

RGB

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

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

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

R = 41.49%
G = 14.69%
B = 43.82%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B23FBC (or 0xB23FBC) is known color: Fuchsia. HEX triplet: B2, 3F and BC. RGB value is (178,63,188). Sum of RGB (Red+Green+Blue) = 178+63+188=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #B23FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FBC is #4DC043. Grayscale: #6F6F6F. Windows color (decimal): -5095492 or 12337074. OLE color: 12337074.

HSL color Cylindrical-coordinate representation of color #B23FBC: hue angle of 295.2º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23FBC is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 63 188 -
CMYK 0.05 0.66 0 0.26
HSL 295.2º 0.5% 0.49% -
HSV(B) 295.2º 0.66% 0.74% -
XYZ 29.21 16.65 49.25 -
YUV 111.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 178 63 188 0.05 0.66 0 0.26 295.2 0.5 0.49
Hex B2 3F BC 5 42 0 1A 127 32 31
Octal 262 77 274 5 102 0 32 447 62 61
Binary 10110010 111111 10111100 101 1000010 0 11010 100100111 110010 110001

Color Harmonies of #B23FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FBC

Black with #B23FBC

Text Example


Text Example

White with #B23FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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