Html Css Color HEX #B75DAE Fuchsia

📋 copy color: '#B75DAE'

red 183 ◦ green 93 ◦ blue 174

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

Shades of Fuchsia #B75DAE

Tints of Fuchsia #B75DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.67%

 BLUE value IS 174 (68.36% from 255) = 38.67%

R = 40.67%
G = 20.67%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B75DAE (or 0xB75DAE) is known color: Fuchsia. HEX triplet: B7, 5D and AE. RGB value is (183,93,174). Sum of RGB (Red+Green+Blue) = 183+93+174=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B75DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75DAE is #48A251. Grayscale: #808080. Windows color (decimal): -4760146 or 11427255. OLE color: 11427255.

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

Color convert

RGB 183 93 174 -
CMYK 0 0.49 0.05 0.28
HSL 306º 0.38% 0.54% -
HSV(B) 306º 0.49% 0.72% -
XYZ 31.08 20.95 42.45 -
YUV 129.14 153.32 166.41 -
System Red Green Blue C M Y K H S L
Decimal 183 93 174 0 0.49 0.05 0.28 306 0.38 0.54
Hex B7 5D AE 0 31 5 1C 132 26 36
Octal 267 135 256 0 61 5 34 462 46 66
Binary 10110111 1011101 10101110 0 110001 101 11100 100110010 100110 110110

Color Harmonies of #B75DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75DAE

Black with #B75DAE

Text Example


Text Example

White with #B75DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75DAE; }

 p { color: rgb(183,93,174); }

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

background-color css

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

 a { background-color: rgb(183,93,174); }

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

border-color css

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

 span { border-color: rgb(183,93,174); }

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