Html Css Color HEX #B75DBA Fuchsia

📋 copy color: '#B75DBA'

red 183 ◦ green 93 ◦ blue 186

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

Shades of Fuchsia #B75DBA

Tints of Fuchsia #B75DBA

RGB

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

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

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

R = 39.61%
G = 20.13%
B = 40.26%

CMYK

 C value IS 0.02

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B75DBA (or 0xB75DBA) is known color: Fuchsia. HEX triplet: B7, 5D and BA. RGB value is (183,93,186). Sum of RGB (Red+Green+Blue) = 183+93+186=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #B75DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DBA is #48A245. Grayscale: #828282. Windows color (decimal): -4760134 or 12213687. OLE color: 12213687.

HSL color Cylindrical-coordinate representation of color #B75DBA: hue angle of 298.06º degrees, saturation: 0.4, 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 #B75DBA is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 93 186 -
CMYK 0.02 0.5 0 0.27
HSL 298.06º 0.4% 0.55% -
HSV(B) 298.06º 0.5% 0.73% -
XYZ 32.31 21.44 48.89 -
YUV 130.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 183 93 186 0.02 0.5 0 0.27 298.06 0.4 0.55
Hex B7 5D BA 2 32 0 1B 12A 28 37
Octal 267 135 272 2 62 0 33 452 50 67
Binary 10110111 1011101 10111010 10 110010 0 11011 100101010 101000 110111

Color Harmonies of #B75DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75DBA

Black with #B75DBA

Text Example


Text Example

White with #B75DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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