Html Css Color HEX #B23FBE Fuchsia

📋 copy color: '#B23FBE'

red 178 ◦ green 63 ◦ blue 190

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

Shades of Fuchsia #B23FBE

Tints of Fuchsia #B23FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 41.3%
G = 14.62%
B = 44.08%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B23FBE (or 0xB23FBE) is known color: Fuchsia. HEX triplet: B2, 3F and BE. RGB value is (178,63,190). Sum of RGB (Red+Green+Blue) = 178+63+190=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #B23FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FBE is #4DC041. Grayscale: #6F6F6F. Windows color (decimal): -5095490 or 12468146. OLE color: 12468146.

HSL color Cylindrical-coordinate representation of color #B23FBE: hue angle of 294.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23FBE is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 63 190 -
CMYK 0.06 0.67 0 0.25
HSL 294.33º 0.5% 0.5% -
HSV(B) 294.33º 0.67% 0.75% -
XYZ 29.43 16.74 50.39 -
YUV 111.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 178 63 190 0.06 0.67 0 0.25 294.33 0.5 0.5
Hex B2 3F BE 6 43 0 19 126 32 32
Octal 262 77 276 6 103 0 31 446 62 62
Binary 10110010 111111 10111110 110 1000011 0 11001 100100110 110010 110010

Color Harmonies of #B23FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FBE

Black with #B23FBE

Text Example


Text Example

White with #B23FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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