Html Css Color HEX #B74DBA Fuchsia

📋 copy color: '#B74DBA'

red 183 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #B74DBA

Tints of Fuchsia #B74DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

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

R = 41.03%
G = 17.26%
B = 41.7%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B74DBA (or 0xB74DBA) is known color: Fuchsia. HEX triplet: B7, 4D and BA. RGB value is (183,77,186). Sum of RGB (Red+Green+Blue) = 183+77+186=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #B74DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DBA is #48B245. Grayscale: #787878. Windows color (decimal): -4764230 or 12209591. OLE color: 12209591.

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

Color convert

RGB 183 77 186 -
CMYK 0.02 0.59 0 0.27
HSL 298.35º 0.44% 0.52% -
HSV(B) 298.35º 0.59% 0.73% -
XYZ 31.05 18.92 48.47 -
YUV 121.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 183 77 186 0.02 0.59 0 0.27 298.35 0.44 0.52
Hex B7 4D BA 2 3B 0 1B 12A 2C 34
Octal 267 115 272 2 73 0 33 452 54 64
Binary 10110111 1001101 10111010 10 111011 0 11011 100101010 101100 110100

Color Harmonies of #B74DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DBA

Black with #B74DBA

Text Example


Text Example

White with #B74DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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