Html Css Color HEX #B740C5 Fuchsia

📋 copy color: '#B740C5'

red 183 ◦ green 64 ◦ blue 197

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

Shades of Fuchsia #B740C5

Tints of Fuchsia #B740C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.37%

R = 41.22%
G = 14.41%
B = 44.37%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B740C5 (or 0xB740C5) is known color: Fuchsia. HEX triplet: B7, 40 and C5. RGB value is (183,64,197). Sum of RGB (Red+Green+Blue) = 183+64+197=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 197 - color contains mainly: blue. Hex color #B740C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740C5 is #48BF3A. Grayscale: #727272. Windows color (decimal): -4767547 or 12927159. OLE color: 12927159.

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

Color convert

RGB 183 64 197 -
CMYK 0.07 0.68 0 0.23
HSL 293.68º 0.53% 0.51% -
HSV(B) 293.68º 0.68% 0.77% -
XYZ 31.44 17.77 54.6 -
YUV 114.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 183 64 197 0.07 0.68 0 0.23 293.68 0.53 0.51
Hex B7 40 C5 7 44 0 17 126 35 33
Octal 267 100 305 7 104 0 27 446 65 63
Binary 10110111 1000000 11000101 111 1000100 0 10111 100100110 110101 110011

Color Harmonies of #B740C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740C5

Black with #B740C5

Text Example


Text Example

White with #B740C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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