Html Css Color HEX #B745AF Fuchsia

📋 copy color: '#B745AF'

red 183 ◦ green 69 ◦ blue 175

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

Shades of Fuchsia #B745AF

Tints of Fuchsia #B745AF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.16%

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

R = 42.86%
G = 16.16%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B745AF (or 0xB745AF) is known color: Fuchsia. HEX triplet: B7, 45 and AF. RGB value is (183,69,175). Sum of RGB (Red+Green+Blue) = 183+69+175=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B745AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B745AF is #48BA50. Grayscale: #727272. Windows color (decimal): -4766289 or 11486647. OLE color: 11486647.

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

Color convert

RGB 183 69 175 -
CMYK 0 0.62 0.04 0.28
HSL 304.21º 0.45% 0.49% -
HSV(B) 304.21º 0.62% 0.72% -
XYZ 29.39 17.42 42.37 -
YUV 115.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 183 69 175 0 0.62 0.04 0.28 304.21 0.45 0.49
Hex B7 45 AF 0 3E 4 1C 130 2D 31
Octal 267 105 257 0 76 4 34 460 55 61
Binary 10110111 1000101 10101111 0 111110 100 11100 100110000 101101 110001

Color Harmonies of #B745AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B745AF

Black with #B745AF

Text Example


Text Example

White with #B745AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B745AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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