Html Css Color HEX #B632BD Fuchsia

📋 copy color: '#B632BD'

red 182 ◦ green 50 ◦ blue 189

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

Shades of Fuchsia #B632BD

Tints of Fuchsia #B632BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.89%

R = 43.23%
G = 11.88%
B = 44.89%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B632BD (or 0xB632BD) is known color: Fuchsia. HEX triplet: B6, 32 and BD. RGB value is (182,50,189). Sum of RGB (Red+Green+Blue) = 182+50+189=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #B632BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632BD is #49CD42. Grayscale: #686868. Windows color (decimal): -4836675 or 12399286. OLE color: 12399286.

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

Color convert

RGB 182 50 189 -
CMYK 0.04 0.74 0 0.26
HSL 296.98º 0.58% 0.47% -
HSV(B) 296.98º 0.74% 0.74% -
XYZ 29.62 15.9 49.65 -
YUV 105.31 175.23 182.7 -
System Red Green Blue C M Y K H S L
Decimal 182 50 189 0.04 0.74 0 0.26 296.98 0.58 0.47
Hex B6 32 BD 4 4A 0 1A 129 3A 2F
Octal 266 62 275 4 112 0 32 451 72 57
Binary 10110110 110010 10111101 100 1001010 0 11010 100101001 111010 101111

Color Harmonies of #B632BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632BD

Black with #B632BD

Text Example


Text Example

White with #B632BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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