Html Css Color HEX #B740BA Fuchsia

📋 copy color: '#B740BA'

red 183 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #B740BA

Tints of Fuchsia #B740BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 42.26%
G = 14.78%
B = 42.96%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B740BA (or 0xB740BA) is known color: Fuchsia. HEX triplet: B7, 40 and BA. RGB value is (183,64,186). Sum of RGB (Red+Green+Blue) = 183+64+186=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #B740BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740BA is #48BF45. Grayscale: #717171. Windows color (decimal): -4767558 or 12206263. OLE color: 12206263.

HSL color Cylindrical-coordinate representation of color #B740BA: hue angle of 298.52º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B740BA is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 64 186 -
CMYK 0.02 0.66 0 0.27
HSL 298.52º 0.49% 0.49% -
HSV(B) 298.52º 0.66% 0.73% -
XYZ 30.22 17.28 48.2 -
YUV 113.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 183 64 186 0.02 0.66 0 0.27 298.52 0.49 0.49
Hex B7 40 BA 2 42 0 1B 12B 31 31
Octal 267 100 272 2 102 0 33 453 61 61
Binary 10110111 1000000 10111010 10 1000010 0 11011 100101011 110001 110001

Color Harmonies of #B740BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740BA

Black with #B740BA

Text Example


Text Example

White with #B740BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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