Html Css Color HEX #B641BD Fuchsia

📋 copy color: '#B641BD'

red 182 ◦ green 65 ◦ blue 189

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

Shades of Fuchsia #B641BD

Tints of Fuchsia #B641BD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.91%

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

R = 41.74%
G = 14.91%
B = 43.35%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B641BD (or 0xB641BD) is known color: Fuchsia. HEX triplet: B6, 41 and BD. RGB value is (182,65,189). Sum of RGB (Red+Green+Blue) = 182+65+189=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #B641BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641BD is #49BE42. Grayscale: #717171. Windows color (decimal): -4832835 or 12403126. OLE color: 12403126.

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

Color convert

RGB 182 65 189 -
CMYK 0.04 0.66 0 0.26
HSL 296.61º 0.49% 0.5% -
HSV(B) 296.61º 0.66% 0.74% -
XYZ 30.37 17.4 49.9 -
YUV 114.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 182 65 189 0.04 0.66 0 0.26 296.61 0.49 0.5
Hex B6 41 BD 4 42 0 1A 129 31 32
Octal 266 101 275 4 102 0 32 451 61 62
Binary 10110110 1000001 10111101 100 1000010 0 11010 100101001 110001 110010

Color Harmonies of #B641BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641BD

Black with #B641BD

Text Example


Text Example

White with #B641BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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