Html Css Color HEX #B23BBB Fuchsia

📋 copy color: '#B23BBB'

red 178 ◦ green 59 ◦ blue 187

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

Shades of Fuchsia #B23BBB

Tints of Fuchsia #B23BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 41.98%
G = 13.92%
B = 44.1%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B23BBB (or 0xB23BBB) is known color: Fuchsia. HEX triplet: B2, 3B and BB. RGB value is (178,59,187). Sum of RGB (Red+Green+Blue) = 178+59+187=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #B23BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23BBB is #4DC444. Grayscale: #6C6C6C. Windows color (decimal): -5096517 or 12270514. OLE color: 12270514.

HSL color Cylindrical-coordinate representation of color #B23BBB: hue angle of 295.78º 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 #B23BBB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 59 187 -
CMYK 0.05 0.68 0 0.27
HSL 295.78º 0.52% 0.48% -
HSV(B) 295.78º 0.68% 0.73% -
XYZ 28.89 16.18 48.61 -
YUV 109.17 171.92 177.09 -
System Red Green Blue C M Y K H S L
Decimal 178 59 187 0.05 0.68 0 0.27 295.78 0.52 0.48
Hex B2 3B BB 5 44 0 1B 128 34 30
Octal 262 73 273 5 104 0 33 450 64 60
Binary 10110010 111011 10111011 101 1000100 0 11011 100101000 110100 110000

Color Harmonies of #B23BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23BBB

Black with #B23BBB

Text Example


Text Example

White with #B23BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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