Html Css Color HEX #B23BBA Fuchsia

📋 copy color: '#B23BBA'

red 178 ◦ green 59 ◦ blue 186

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

Shades of Fuchsia #B23BBA

Tints of Fuchsia #B23BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.95%

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

R = 42.08%
G = 13.95%
B = 43.97%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B23BBA (or 0xB23BBA) is known color: Fuchsia. HEX triplet: B2, 3B and BA. RGB value is (178,59,186). Sum of RGB (Red+Green+Blue) = 178+59+186=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #B23BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23BBA is #4DC445. Grayscale: #6C6C6C. Windows color (decimal): -5096518 or 12204978. OLE color: 12204978.

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

Color convert

RGB 178 59 186 -
CMYK 0.04 0.68 0 0.27
HSL 296.22º 0.52% 0.48% -
HSV(B) 296.22º 0.68% 0.73% -
XYZ 28.79 16.14 48.05 -
YUV 109.06 171.42 177.17 -
System Red Green Blue C M Y K H S L
Decimal 178 59 186 0.04 0.68 0 0.27 296.22 0.52 0.48
Hex B2 3B BA 4 44 0 1B 128 34 30
Octal 262 73 272 4 104 0 33 450 64 60
Binary 10110010 111011 10111010 100 1000100 0 11011 100101000 110100 110000

Color Harmonies of #B23BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23BBA

Black with #B23BBA

Text Example


Text Example

White with #B23BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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