Html Css Color HEX #B74FBB Fuchsia

📋 copy color: '#B74FBB'

red 183 ◦ green 79 ◦ blue 187

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

Shades of Fuchsia #B74FBB

Tints of Fuchsia #B74FBB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.59%

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

R = 40.76%
G = 17.59%
B = 41.65%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B74FBB (or 0xB74FBB) is known color: Fuchsia. HEX triplet: B7, 4F and BB. RGB value is (183,79,187). Sum of RGB (Red+Green+Blue) = 183+79+187=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #B74FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FBB is #48B044. Grayscale: #7A7A7A. Windows color (decimal): -4763717 or 12275639. OLE color: 12275639.

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

Color convert

RGB 183 79 187 -
CMYK 0.02 0.58 0 0.27
HSL 297.78º 0.44% 0.52% -
HSV(B) 297.78º 0.58% 0.73% -
XYZ 31.29 19.25 49.08 -
YUV 122.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 183 79 187 0.02 0.58 0 0.27 297.78 0.44 0.52
Hex B7 4F BB 2 3A 0 1B 12A 2C 34
Octal 267 117 273 2 72 0 33 452 54 64
Binary 10110111 1001111 10111011 10 111010 0 11011 100101010 101100 110100

Color Harmonies of #B74FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FBB

Black with #B74FBB

Text Example


Text Example

White with #B74FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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