Html Css Color HEX #B740C0 Fuchsia

📋 copy color: '#B740C0'

red 183 ◦ green 64 ◦ blue 192

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

Shades of Fuchsia #B740C0

Tints of Fuchsia #B740C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 41.69%
G = 14.58%
B = 43.74%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B740C0 (or 0xB740C0) is known color: Fuchsia. HEX triplet: B7, 40 and C0. RGB value is (183,64,192). Sum of RGB (Red+Green+Blue) = 183+64+192=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #B740C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740C0 is #48BF3F. Grayscale: #717171. Windows color (decimal): -4767552 or 12599479. OLE color: 12599479.

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

Color convert

RGB 183 64 192 -
CMYK 0.05 0.67 0 0.25
HSL 295.78º 0.5% 0.5% -
HSV(B) 295.78º 0.67% 0.75% -
XYZ 30.88 17.54 51.63 -
YUV 114.17 171.92 177.09 -
System Red Green Blue C M Y K H S L
Decimal 183 64 192 0.05 0.67 0 0.25 295.78 0.5 0.5
Hex B7 40 C0 5 43 0 19 128 32 32
Octal 267 100 300 5 103 0 31 450 62 62
Binary 10110111 1000000 11000000 101 1000011 0 11001 100101000 110010 110010

Color Harmonies of #B740C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740C0

Black with #B740C0

Text Example


Text Example

White with #B740C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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