Html Css Color HEX #B932C4 Fuchsia

📋 copy color: '#B932C4'

red 185 ◦ green 50 ◦ blue 196

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

Shades of Fuchsia #B932C4

Tints of Fuchsia #B932C4

RGB

 RED value IS 185 (72.66% from 255) = 42.92%

 GREEN value IS 50 (19.92% from 255) = 11.6%

 BLUE value IS 196 (76.95% from 255) = 45.48%

R = 42.92%
G = 11.6%
B = 45.48%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B932C4 (or 0xB932C4) is known color: Fuchsia. HEX triplet: B9, 32 and C4. RGB value is (185,50,196). Sum of RGB (Red+Green+Blue) = 185+50+196=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #B932C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932C4 is #46CD3B. Grayscale: #6A6A6A. Windows color (decimal): -4640060 or 12858041. OLE color: 12858041.

HSL color Cylindrical-coordinate representation of color #B932C4: hue angle of 295.48º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B932C4 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 50 196 -
CMYK 0.06 0.74 0 0.23
HSL 295.48º 0.59% 0.48% -
HSV(B) 295.48º 0.74% 0.77% -
XYZ 31.11 16.58 53.79 -
YUV 107.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 185 50 196 0.06 0.74 0 0.23 295.48 0.59 0.48
Hex B9 32 C4 6 4A 0 17 127 3B 30
Octal 271 62 304 6 112 0 27 447 73 60
Binary 10111001 110010 11000100 110 1001010 0 10111 100100111 111011 110000

Color Harmonies of #B932C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932C4

Black with #B932C4

Text Example


Text Example

White with #B932C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932C4; }

 p { color: rgb(185,50,196); }

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

background-color css

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

 a { background-color: rgb(185,50,196); }

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

border-color css

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

 span { border-color: rgb(185,50,196); }

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