Html Css Color HEX #B23FBA Fuchsia

📋 copy color: '#B23FBA'

red 178 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #B23FBA

Tints of Fuchsia #B23FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 41.69%
G = 14.75%
B = 43.56%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B23FBA (or 0xB23FBA) is known color: Fuchsia. HEX triplet: B2, 3F and BA. RGB value is (178,63,186). Sum of RGB (Red+Green+Blue) = 178+63+186=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #B23FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FBA is #4DC045. Grayscale: #6F6F6F. Windows color (decimal): -5095494 or 12206002. OLE color: 12206002.

HSL color Cylindrical-coordinate representation of color #B23FBA: hue angle of 296.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23FBA is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 63 186 -
CMYK 0.04 0.66 0 0.27
HSL 296.1º 0.49% 0.49% -
HSV(B) 296.1º 0.66% 0.73% -
XYZ 29 16.57 48.12 -
YUV 111.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 178 63 186 0.04 0.66 0 0.27 296.1 0.49 0.49
Hex B2 3F BA 4 42 0 1B 128 31 31
Octal 262 77 272 4 102 0 33 450 61 61
Binary 10110010 111111 10111010 100 1000010 0 11011 100101000 110001 110001

Color Harmonies of #B23FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FBA

Black with #B23FBA

Text Example


Text Example

White with #B23FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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