Html Css Color HEX #B763BA Fuchsia

📋 copy color: '#B763BA'

red 183 ◦ green 99 ◦ blue 186

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

Shades of Fuchsia #B763BA

Tints of Fuchsia #B763BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.15%

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

R = 39.1%
G = 21.15%
B = 39.74%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B763BA (or 0xB763BA) is known color: Fuchsia. HEX triplet: B7, 63 and BA. RGB value is (183,99,186). Sum of RGB (Red+Green+Blue) = 183+99+186=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #B763BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B763BA is #489C45. Grayscale: #858585. Windows color (decimal): -4758598 or 12215223. OLE color: 12215223.

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

Color convert

RGB 183 99 186 -
CMYK 0.02 0.47 0 0.27
HSL 297.93º 0.39% 0.56% -
HSV(B) 297.93º 0.47% 0.73% -
XYZ 32.85 22.54 49.07 -
YUV 134.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 183 99 186 0.02 0.47 0 0.27 297.93 0.39 0.56
Hex B7 63 BA 2 2F 0 1B 12A 27 38
Octal 267 143 272 2 57 0 33 452 47 70
Binary 10110111 1100011 10111010 10 101111 0 11011 100101010 100111 111000

Color Harmonies of #B763BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B763BA

Black with #B763BA

Text Example


Text Example

White with #B763BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B763BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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