Html Css Color HEX #B74DBE Fuchsia

📋 copy color: '#B74DBE'

red 183 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #B74DBE

Tints of Fuchsia #B74DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 40.67%
G = 17.11%
B = 42.22%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B74DBE (or 0xB74DBE) is known color: Fuchsia. HEX triplet: B7, 4D and BE. RGB value is (183,77,190). Sum of RGB (Red+Green+Blue) = 183+77+190=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #B74DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DBE is #48B241. Grayscale: #797979. Windows color (decimal): -4764226 or 12471735. OLE color: 12471735.

HSL color Cylindrical-coordinate representation of color #B74DBE: hue angle of 296.28º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74DBE is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 77 190 -
CMYK 0.04 0.59 0 0.25
HSL 296.28º 0.47% 0.52% -
HSV(B) 296.28º 0.59% 0.75% -
XYZ 31.48 19.09 50.74 -
YUV 121.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 183 77 190 0.04 0.59 0 0.25 296.28 0.47 0.52
Hex B7 4D BE 4 3B 0 19 128 2F 34
Octal 267 115 276 4 73 0 31 450 57 64
Binary 10110111 1001101 10111110 100 111011 0 11001 100101000 101111 110100

Color Harmonies of #B74DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DBE

Black with #B74DBE

Text Example


Text Example

White with #B74DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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