Html Css Color HEX #B740AF Fuchsia

📋 copy color: '#B740AF'

red 183 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #B740AF

Tints of Fuchsia #B740AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 43.36%
G = 15.17%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B740AF (or 0xB740AF) is known color: Fuchsia. HEX triplet: B7, 40 and AF. RGB value is (183,64,175). Sum of RGB (Red+Green+Blue) = 183+64+175=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B740AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B740AF is #48BF50. Grayscale: #6F6F6F. Windows color (decimal): -4767569 or 11485367. OLE color: 11485367.

HSL color Cylindrical-coordinate representation of color #B740AF: hue angle of 304.03º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B740AF is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 64 175 -
CMYK 0 0.65 0.04 0.28
HSL 304.03º 0.48% 0.48% -
HSV(B) 304.03º 0.65% 0.72% -
XYZ 29.1 16.83 42.27 -
YUV 112.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 183 64 175 0 0.65 0.04 0.28 304.03 0.48 0.48
Hex B7 40 AF 0 41 4 1C 130 30 30
Octal 267 100 257 0 101 4 34 460 60 60
Binary 10110111 1000000 10101111 0 1000001 100 11100 100110000 110000 110000

Color Harmonies of #B740AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740AF

Black with #B740AF

Text Example


Text Example

White with #B740AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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