Html Css Color HEX #B736BA Fuchsia

📋 copy color: '#B736BA'

red 183 ◦ green 54 ◦ blue 186

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

Shades of Fuchsia #B736BA

Tints of Fuchsia #B736BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.77%

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

R = 43.26%
G = 12.77%
B = 43.97%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B736BA (or 0xB736BA) is known color: Fuchsia. HEX triplet: B7, 36 and BA. RGB value is (183,54,186). Sum of RGB (Red+Green+Blue) = 183+54+186=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #B736BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B736BA is #48C945. Grayscale: #6B6B6B. Windows color (decimal): -4770118 or 12203703. OLE color: 12203703.

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

Color convert

RGB 183 54 186 -
CMYK 0.02 0.71 0 0.27
HSL 298.64º 0.55% 0.47% -
HSV(B) 298.64º 0.71% 0.73% -
XYZ 29.71 16.25 48.03 -
YUV 107.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 183 54 186 0.02 0.71 0 0.27 298.64 0.55 0.47
Hex B7 36 BA 2 47 0 1B 12B 37 2F
Octal 267 66 272 2 107 0 33 453 67 57
Binary 10110111 110110 10111010 10 1000111 0 11011 100101011 110111 101111

Color Harmonies of #B736BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B736BA

Black with #B736BA

Text Example


Text Example

White with #B736BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B736BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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