Html Css Color HEX #B740BE Fuchsia

📋 copy color: '#B740BE'

red 183 ◦ green 64 ◦ blue 190

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

Shades of Fuchsia #B740BE

Tints of Fuchsia #B740BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.65%

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 41.88%
G = 14.65%
B = 43.48%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B740BE (or 0xB740BE) is known color: Fuchsia. HEX triplet: B7, 40 and BE. RGB value is (183,64,190). Sum of RGB (Red+Green+Blue) = 183+64+190=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #B740BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740BE is #48BF41. Grayscale: #717171. Windows color (decimal): -4767554 or 12468407. OLE color: 12468407.

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

Color convert

RGB 183 64 190 -
CMYK 0.04 0.66 0 0.25
HSL 296.67º 0.5% 0.5% -
HSV(B) 296.67º 0.66% 0.75% -
XYZ 30.66 17.45 50.47 -
YUV 113.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 183 64 190 0.04 0.66 0 0.25 296.67 0.5 0.5
Hex B7 40 BE 4 42 0 19 129 32 32
Octal 267 100 276 4 102 0 31 451 62 62
Binary 10110111 1000000 10111110 100 1000010 0 11001 100101001 110010 110010

Color Harmonies of #B740BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740BE

Black with #B740BE

Text Example


Text Example

White with #B740BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740BE; }

 p { color: rgb(183,64,190); }

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

background-color css

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

 a { background-color: rgb(183,64,190); }

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

border-color css

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

 span { border-color: rgb(183,64,190); }

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