Html Css Color HEX #B75CBA Fuchsia

📋 copy color: '#B75CBA'

red 183 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #B75CBA

Tints of Fuchsia #B75CBA

RGB

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

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

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

R = 39.7%
G = 19.96%
B = 40.35%

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

#B75CBA (or 0xB75CBA) is known color: Fuchsia. HEX triplet: B7, 5C and BA. RGB value is (183,92,186). Sum of RGB (Red+Green+Blue) = 183+92+186=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #B75CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CBA is #48A345. Grayscale: #818181. Windows color (decimal): -4760390 or 12213431. OLE color: 12213431.

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

Color convert

RGB 183 92 186 -
CMYK 0.02 0.51 0 0.27
HSL 298.09º 0.41% 0.55% -
HSV(B) 298.09º 0.51% 0.73% -
XYZ 32.22 21.27 48.86 -
YUV 129.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 183 92 186 0.02 0.51 0 0.27 298.09 0.41 0.55
Hex B7 5C BA 2 33 0 1B 12A 29 37
Octal 267 134 272 2 63 0 33 452 51 67
Binary 10110111 1011100 10111010 10 110011 0 11011 100101010 101001 110111

Color Harmonies of #B75CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75CBA

Black with #B75CBA

Text Example


Text Example

White with #B75CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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