Html Css Color HEX #B741C4 Fuchsia

📋 copy color: '#B741C4'

red 183 ◦ green 65 ◦ blue 196

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

Shades of Fuchsia #B741C4

Tints of Fuchsia #B741C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.14%

R = 41.22%
G = 14.64%
B = 44.14%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B741C4 (or 0xB741C4) is known color: Fuchsia. HEX triplet: B7, 41 and C4. RGB value is (183,65,196). Sum of RGB (Red+Green+Blue) = 183+65+196=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 196 - color contains mainly: blue. Hex color #B741C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741C4 is #48BE3B. Grayscale: #727272. Windows color (decimal): -4767292 or 12861879. OLE color: 12861879.

HSL color Cylindrical-coordinate representation of color #B741C4: hue angle of 294.05º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B741C4 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 183 65 196 -
CMYK 0.07 0.67 0 0.23
HSL 294.05º 0.53% 0.51% -
HSV(B) 294.05º 0.67% 0.77% -
XYZ 31.38 17.83 54.01 -
YUV 115.22 173.59 176.35 -
System Red Green Blue C M Y K H S L
Decimal 183 65 196 0.07 0.67 0 0.23 294.05 0.53 0.51
Hex B7 41 C4 7 43 0 17 126 35 33
Octal 267 101 304 7 103 0 27 446 65 63
Binary 10110111 1000001 11000100 111 1000011 0 10111 100100110 110101 110011

Color Harmonies of #B741C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741C4

Black with #B741C4

Text Example


Text Example

White with #B741C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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