Html Css Color HEX #B740C7 Fuchsia

📋 copy color: '#B740C7'

red 183 ◦ green 64 ◦ blue 199

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

Shades of Fuchsia #B740C7

Tints of Fuchsia #B740C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.62%

R = 41.03%
G = 14.35%
B = 44.62%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B740C7 (or 0xB740C7) is known color: Fuchsia. HEX triplet: B7, 40 and C7. RGB value is (183,64,199). Sum of RGB (Red+Green+Blue) = 183+64+199=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 199 - color contains mainly: blue. Hex color #B740C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740C7 is #48BF38. Grayscale: #727272. Windows color (decimal): -4767545 or 13058231. OLE color: 13058231.

HSL color Cylindrical-coordinate representation of color #B740C7: hue angle of 292.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B740C7 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 64 199 -
CMYK 0.08 0.68 0 0.22
HSL 292.89º 0.55% 0.52% -
HSV(B) 292.89º 0.68% 0.78% -
XYZ 31.67 17.86 55.81 -
YUV 114.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 183 64 199 0.08 0.68 0 0.22 292.89 0.55 0.52
Hex B7 40 C7 8 44 0 16 125 37 34
Octal 267 100 307 10 104 0 26 445 67 64
Binary 10110111 1000000 11000111 1000 1000100 0 10110 100100101 110111 110100

Color Harmonies of #B740C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740C7

Black with #B740C7

Text Example


Text Example

White with #B740C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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