Html Css Color HEX #B75BBA Fuchsia

📋 copy color: '#B75BBA'

red 183 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #B75BBA

Tints of Fuchsia #B75BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.78%

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

R = 39.78%
G = 19.78%
B = 40.43%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B75BBA (or 0xB75BBA) is known color: Fuchsia. HEX triplet: B7, 5B and BA. RGB value is (183,91,186). Sum of RGB (Red+Green+Blue) = 183+91+186=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #B75BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75BBA is #48A445. Grayscale: #818181. Windows color (decimal): -4760646 or 12213175. OLE color: 12213175.

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

Color convert

RGB 183 91 186 -
CMYK 0.02 0.51 0 0.27
HSL 298.11º 0.41% 0.54% -
HSV(B) 298.11º 0.51% 0.73% -
XYZ 32.13 21.09 48.83 -
YUV 129.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 183 91 186 0.02 0.51 0 0.27 298.11 0.41 0.54
Hex B7 5B BA 2 33 0 1B 12A 29 36
Octal 267 133 272 2 63 0 33 452 51 66
Binary 10110111 1011011 10111010 10 110011 0 11011 100101010 101001 110110

Color Harmonies of #B75BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75BBA

Black with #B75BBA

Text Example


Text Example

White with #B75BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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