Html Css Color HEX #B74DBB Fuchsia

📋 copy color: '#B74DBB'

red 183 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #B74DBB

Tints of Fuchsia #B74DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 40.94%
G = 17.23%
B = 41.83%

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

#B74DBB (or 0xB74DBB) is known color: Fuchsia. HEX triplet: B7, 4D and BB. RGB value is (183,77,187). Sum of RGB (Red+Green+Blue) = 183+77+187=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #B74DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DBB is #48B244. Grayscale: #787878. Windows color (decimal): -4764229 or 12275127. OLE color: 12275127.

HSL color Cylindrical-coordinate representation of color #B74DBB: hue angle of 297.82º degrees, saturation: 0.45, 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 #B74DBB is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 77 187 -
CMYK 0.02 0.59 0 0.27
HSL 297.82º 0.45% 0.52% -
HSV(B) 297.82º 0.59% 0.73% -
XYZ 31.15 18.96 49.03 -
YUV 121.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 183 77 187 0.02 0.59 0 0.27 297.82 0.45 0.52
Hex B7 4D BB 2 3B 0 1B 12A 2D 34
Octal 267 115 273 2 73 0 33 452 55 64
Binary 10110111 1001101 10111011 10 111011 0 11011 100101010 101101 110100

Color Harmonies of #B74DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DBB

Black with #B74DBB

Text Example


Text Example

White with #B74DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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