Html Css Color HEX #B739BA Fuchsia

📋 copy color: '#B739BA'

red 183 ◦ green 57 ◦ blue 186

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

Shades of Fuchsia #B739BA

Tints of Fuchsia #B739BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.38%

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

R = 42.96%
G = 13.38%
B = 43.66%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B739BA (or 0xB739BA) is known color: Fuchsia. HEX triplet: B7, 39 and BA. RGB value is (183,57,186). Sum of RGB (Red+Green+Blue) = 183+57+186=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #B739BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739BA is #48C645. Grayscale: #6C6C6C. Windows color (decimal): -4769350 or 12204471. OLE color: 12204471.

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

Color convert

RGB 183 57 186 -
CMYK 0.02 0.69 0 0.27
HSL 298.6º 0.53% 0.48% -
HSV(B) 298.6º 0.69% 0.73% -
XYZ 29.85 16.54 48.07 -
YUV 109.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 183 57 186 0.02 0.69 0 0.27 298.6 0.53 0.48
Hex B7 39 BA 2 45 0 1B 12B 35 30
Octal 267 71 272 2 105 0 33 453 65 60
Binary 10110111 111001 10111010 10 1000101 0 11011 100101011 110101 110000

Color Harmonies of #B739BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B739BA

Black with #B739BA

Text Example


Text Example

White with #B739BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B739BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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