Html Css Color HEX #B75EBB Fuchsia

📋 copy color: '#B75EBB'

red 183 ◦ green 94 ◦ blue 187

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

Shades of Fuchsia #B75EBB

Tints of Fuchsia #B75EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.3%

R = 39.44%
G = 20.26%
B = 40.3%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B75EBB (or 0xB75EBB) is known color: Fuchsia. HEX triplet: B7, 5E and BB. RGB value is (183,94,187). Sum of RGB (Red+Green+Blue) = 183+94+187=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #B75EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75EBB is #48A144. Grayscale: #828282. Windows color (decimal): -4759877 or 12279479. OLE color: 12279479.

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

Color convert

RGB 183 94 187 -
CMYK 0.02 0.50 0 0.27
HSL 297.42º 0.41% 0.55% -
HSV(B) 297.42º 0.5% 0.73% -
XYZ 32.5 21.66 49.48 -
YUV 131.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 183 94 187 0.02 0.50 0 0.27 297.42 0.41 0.55
Hex B7 5E BB 2 32 0 1B 129 29 37
Octal 267 136 273 2 62 0 33 451 51 67
Binary 10110111 1011110 10111011 10 110010 0 11011 100101001 101001 110111

Color Harmonies of #B75EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75EBB

Black with #B75EBB

Text Example


Text Example

White with #B75EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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