Html Css Color HEX #B632BE Fuchsia

📋 copy color: '#B632BE'

red 182 ◦ green 50 ◦ blue 190

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

Shades of Fuchsia #B632BE

Tints of Fuchsia #B632BE

RGB

 RED value IS 182 (71.48% from 255) = 43.13%

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

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

R = 43.13%
G = 11.85%
B = 45.02%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B632BE (or 0xB632BE) is known color: Fuchsia. HEX triplet: B6, 32 and BE. RGB value is (182,50,190). Sum of RGB (Red+Green+Blue) = 182+50+190=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #B632BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632BE is #49CD41. Grayscale: #696969. Windows color (decimal): -4836674 or 12464822. OLE color: 12464822.

HSL color Cylindrical-coordinate representation of color #B632BE: hue angle of 296.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B632BE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 50 190 -
CMYK 0.04 0.74 0 0.25
HSL 296.57º 0.58% 0.47% -
HSV(B) 296.57º 0.74% 0.75% -
XYZ 29.73 15.94 50.23 -
YUV 105.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 182 50 190 0.04 0.74 0 0.25 296.57 0.58 0.47
Hex B6 32 BE 4 4A 0 19 129 3A 2F
Octal 266 62 276 4 112 0 31 451 72 57
Binary 10110110 110010 10111110 100 1001010 0 11001 100101001 111010 101111

Color Harmonies of #B632BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632BE

Black with #B632BE

Text Example


Text Example

White with #B632BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632BE; }

 p { color: rgb(182,50,190); }

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

background-color css

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

 a { background-color: rgb(182,50,190); }

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

border-color css

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

 span { border-color: rgb(182,50,190); }

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