Html Css Color HEX #B739B4 Fuchsia

📋 copy color: '#B739B4'

red 183 ◦ green 57 ◦ blue 180

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

Shades of Fuchsia #B739B4

Tints of Fuchsia #B739B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.86%

R = 43.57%
G = 13.57%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B739B4 (or 0xB739B4) is known color: Fuchsia. HEX triplet: B7, 39 and B4. RGB value is (183,57,180). Sum of RGB (Red+Green+Blue) = 183+57+180=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B739B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739B4 is #48C64B. Grayscale: #6C6C6C. Windows color (decimal): -4769356 or 11811255. OLE color: 11811255.

HSL color Cylindrical-coordinate representation of color #B739B4: hue angle of 301.43º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B739B4 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 57 180 -
CMYK 0 0.69 0.02 0.28
HSL 301.43º 0.53% 0.47% -
HSV(B) 301.43º 0.69% 0.72% -
XYZ 29.23 16.29 44.78 -
YUV 108.7 168.24 181 -
System Red Green Blue C M Y K H S L
Decimal 183 57 180 0 0.69 0.02 0.28 301.43 0.53 0.47
Hex B7 39 B4 0 45 2 1C 12D 34 2F
Octal 267 71 264 0 105 2 34 455 64 57
Binary 10110111 111001 10110100 0 1000101 10 11100 100101101 110100 101111

Color Harmonies of #B739B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B739B4

Black with #B739B4

Text Example


Text Example

White with #B739B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B739B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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