Html Css Color HEX #B234B7 Fuchsia

📋 copy color: '#B234B7'

red 178 ◦ green 52 ◦ blue 183

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

Shades of Fuchsia #B234B7

Tints of Fuchsia #B234B7

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.59%

 BLUE value IS 183 (71.88% from 255) = 44.31%

R = 43.1%
G = 12.59%
B = 44.31%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B234B7 (or 0xB234B7) is known color: Fuchsia. HEX triplet: B2, 34 and B7. RGB value is (178,52,183). Sum of RGB (Red+Green+Blue) = 178+52+183=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 183 - color contains mainly: blue. Hex color #B234B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B234B7 is #4DCB48. Grayscale: #686868. Windows color (decimal): -5098313 or 12006578. OLE color: 12006578.

HSL color Cylindrical-coordinate representation of color #B234B7: hue angle of 297.71º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B234B7 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 52 183 -
CMYK 0.03 0.72 0 0.28
HSL 297.71º 0.56% 0.46% -
HSV(B) 297.71º 0.72% 0.72% -
XYZ 28.14 15.34 46.28 -
YUV 104.61 172.24 180.35 -
System Red Green Blue C M Y K H S L
Decimal 178 52 183 0.03 0.72 0 0.28 297.71 0.56 0.46
Hex B2 34 B7 3 48 0 1C 12A 38 2E
Octal 262 64 267 3 110 0 34 452 70 56
Binary 10110010 110100 10110111 11 1001000 0 11100 100101010 111000 101110

Color Harmonies of #B234B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B234B7

Black with #B234B7

Text Example


Text Example

White with #B234B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B234B7; }

 p { color: rgb(178,52,183); }

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

background-color css

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

 a { background-color: rgb(178,52,183); }

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

border-color css

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

 span { border-color: rgb(178,52,183); }

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