Html Css Color HEX #B75CAF Fuchsia

📋 copy color: '#B75CAF'

red 183 ◦ green 92 ◦ blue 175

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

Shades of Fuchsia #B75CAF

Tints of Fuchsia #B75CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.44%

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

R = 40.67%
G = 20.44%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B75CAF (or 0xB75CAF) is known color: Fuchsia. HEX triplet: B7, 5C and AF. RGB value is (183,92,175). Sum of RGB (Red+Green+Blue) = 183+92+175=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B75CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75CAF is #48A350. Grayscale: #808080. Windows color (decimal): -4760401 or 11492535. OLE color: 11492535.

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

Color convert

RGB 183 92 175 -
CMYK 0 0.50 0.04 0.28
HSL 305.27º 0.39% 0.54% -
HSV(B) 305.27º 0.5% 0.72% -
XYZ 31.09 20.82 42.94 -
YUV 128.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 183 92 175 0 0.50 0.04 0.28 305.27 0.39 0.54
Hex B7 5C AF 0 32 4 1C 131 27 36
Octal 267 134 257 0 62 4 34 461 47 66
Binary 10110111 1011100 10101111 0 110010 100 11100 100110001 100111 110110

Color Harmonies of #B75CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75CAF

Black with #B75CAF

Text Example


Text Example

White with #B75CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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