Html Css Color HEX #B75EBA Fuchsia

📋 copy color: '#B75EBA'

red 183 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #B75EBA

Tints of Fuchsia #B75EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.3%

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 39.52%
G = 20.3%
B = 40.17%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B75EBA (or 0xB75EBA) is known color: Fuchsia. HEX triplet: B7, 5E and BA. RGB value is (183,94,186). Sum of RGB (Red+Green+Blue) = 183+94+186=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #B75EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75EBA is #48A145. Grayscale: #828282. Windows color (decimal): -4759878 or 12213943. OLE color: 12213943.

HSL color Cylindrical-coordinate representation of color #B75EBA: hue angle of 298.04º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B75EBA is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 94 186 -
CMYK 0.02 0.49 0 0.27
HSL 298.04º 0.4% 0.55% -
HSV(B) 298.04º 0.49% 0.73% -
XYZ 32.39 21.62 48.92 -
YUV 131.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 183 94 186 0.02 0.49 0 0.27 298.04 0.4 0.55
Hex B7 5E BA 2 31 0 1B 12A 28 37
Octal 267 136 272 2 61 0 33 452 50 67
Binary 10110111 1011110 10111010 10 110001 0 11011 100101010 101000 110111

Color Harmonies of #B75EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75EBA

Black with #B75EBA

Text Example


Text Example

White with #B75EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75EBA; }

 p { color: rgb(183,94,186); }

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

background-color css

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

 a { background-color: rgb(183,94,186); }

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

border-color css

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

 span { border-color: rgb(183,94,186); }

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