Html Css Color HEX #B241BD Fuchsia

📋 copy color: '#B241BD'

red 178 ◦ green 65 ◦ blue 189

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

Shades of Fuchsia #B241BD

Tints of Fuchsia #B241BD

RGB

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

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

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

R = 41.2%
G = 15.05%
B = 43.75%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B241BD (or 0xB241BD) is known color: Fuchsia. HEX triplet: B2, 41 and BD. RGB value is (178,65,189). Sum of RGB (Red+Green+Blue) = 178+65+189=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #B241BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B241BD is #4DBE42. Grayscale: #707070. Windows color (decimal): -5094979 or 12403122. OLE color: 12403122.

HSL color Cylindrical-coordinate representation of color #B241BD: hue angle of 294.68º 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 #B241BD is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 65 189 -
CMYK 0.06 0.66 0 0.26
HSL 294.68º 0.49% 0.5% -
HSV(B) 294.68º 0.66% 0.74% -
XYZ 29.44 16.92 49.86 -
YUV 112.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 178 65 189 0.06 0.66 0 0.26 294.68 0.49 0.5
Hex B2 41 BD 6 42 0 1A 127 31 32
Octal 262 101 275 6 102 0 32 447 61 62
Binary 10110010 1000001 10111101 110 1000010 0 11010 100100111 110001 110010

Color Harmonies of #B241BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241BD

Black with #B241BD

Text Example


Text Example

White with #B241BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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