Html Css Color HEX #B741BD Fuchsia

📋 copy color: '#B741BD'

red 183 ◦ green 65 ◦ blue 189

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

Shades of Fuchsia #B741BD

Tints of Fuchsia #B741BD

RGB

 RED value IS 183 (71.88% from 255) = 41.88%

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

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

R = 41.88%
G = 14.87%
B = 43.25%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B741BD (or 0xB741BD) is known color: Fuchsia. HEX triplet: B7, 41 and BD. RGB value is (183,65,189). Sum of RGB (Red+Green+Blue) = 183+65+189=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #B741BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741BD is #48BE42. Grayscale: #727272. Windows color (decimal): -4767299 or 12403127. OLE color: 12403127.

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

Color convert

RGB 183 65 189 -
CMYK 0.03 0.66 0 0.26
HSL 297.1º 0.49% 0.5% -
HSV(B) 297.1º 0.66% 0.74% -
XYZ 30.6 17.52 49.91 -
YUV 114.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 183 65 189 0.03 0.66 0 0.26 297.1 0.49 0.5
Hex B7 41 BD 3 42 0 1A 129 31 32
Octal 267 101 275 3 102 0 32 451 61 62
Binary 10110111 1000001 10111101 11 1000010 0 11010 100101001 110001 110010

Color Harmonies of #B741BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741BD

Black with #B741BD

Text Example


Text Example

White with #B741BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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