Html Css Color HEX #B727AF Fuchsia

📋 copy color: '#B727AF'

red 183 ◦ green 39 ◦ blue 175

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

Shades of Fuchsia #B727AF

Tints of Fuchsia #B727AF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.82%

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

R = 46.1%
G = 9.82%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B727AF (or 0xB727AF) is known color: Fuchsia. HEX triplet: B7, 27 and AF. RGB value is (183,39,175). Sum of RGB (Red+Green+Blue) = 183+39+175=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B727AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B727AF is #48D850. Grayscale: #616161. Windows color (decimal): -4773969 or 11478967. OLE color: 11478967.

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

Color convert

RGB 183 39 175 -
CMYK 0 0.79 0.04 0.28
HSL 303.33º 0.65% 0.44% -
HSV(B) 303.33º 0.79% 0.72% -
XYZ 27.99 14.61 41.9 -
YUV 97.56 171.71 188.94 -
System Red Green Blue C M Y K H S L
Decimal 183 39 175 0 0.79 0.04 0.28 303.33 0.65 0.44
Hex B7 27 AF 0 4F 4 1C 12F 41 2C
Octal 267 47 257 0 117 4 34 457 101 54
Binary 10110111 100111 10101111 0 1001111 100 11100 100101111 1000001 101100

Color Harmonies of #B727AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727AF

Black with #B727AF

Text Example


Text Example

White with #B727AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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