Html Css Color HEX #B23EA7 Fuchsia

📋 copy color: '#B23EA7'

red 178 ◦ green 62 ◦ blue 167

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

Shades of Fuchsia #B23EA7

Tints of Fuchsia #B23EA7

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.23%

 BLUE value IS 167 (65.63% from 255) = 41.03%

R = 43.73%
G = 15.23%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B23EA7 (or 0xB23EA7) is known color: Fuchsia. HEX triplet: B2, 3E and A7. RGB value is (178,62,167). Sum of RGB (Red+Green+Blue) = 178+62+167=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 167 (65.62% from 255 or 41.03% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B23EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23EA7 is #4DC158. Grayscale: #6C6C6C. Windows color (decimal): -5095769 or 10960562. OLE color: 10960562.

HSL color Cylindrical-coordinate representation of color #B23EA7: hue angle of 305.69º 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 #B23EA7 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 62 167 -
CMYK 0 0.65 0.06 0.30
HSL 305.69º 0.48% 0.47% -
HSV(B) 305.69º 0.65% 0.7% -
XYZ 27.06 15.7 38.16 -
YUV 108.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 178 62 167 0 0.65 0.06 0.30 305.69 0.48 0.47
Hex B2 3E A7 0 41 6 1E 132 30 2F
Octal 262 76 247 0 101 6 36 462 60 57
Binary 10110010 111110 10100111 0 1000001 110 11110 100110010 110000 101111

Color Harmonies of #B23EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23EA7

Black with #B23EA7

Text Example


Text Example

White with #B23EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23EA7; }

 p { color: rgb(178,62,167); }

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

background-color css

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

 a { background-color: rgb(178,62,167); }

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

border-color css

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

 span { border-color: rgb(178,62,167); }

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