Html Css Color HEX #B74FBA Fuchsia

📋 copy color: '#B74FBA'

red 183 ◦ green 79 ◦ blue 186

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

Shades of Fuchsia #B74FBA

Tints of Fuchsia #B74FBA

RGB

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

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

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

R = 40.85%
G = 17.63%
B = 41.52%

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

#B74FBA (or 0xB74FBA) is known color: Fuchsia. HEX triplet: B7, 4F and BA. RGB value is (183,79,186). Sum of RGB (Red+Green+Blue) = 183+79+186=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #B74FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FBA is #48B045. Grayscale: #797979. Windows color (decimal): -4763718 or 12210103. OLE color: 12210103.

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

Color convert

RGB 183 79 186 -
CMYK 0.02 0.58 0 0.27
HSL 298.32º 0.44% 0.52% -
HSV(B) 298.32º 0.58% 0.73% -
XYZ 31.19 19.2 48.52 -
YUV 122.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 183 79 186 0.02 0.58 0 0.27 298.32 0.44 0.52
Hex B7 4F BA 2 3A 0 1B 12A 2C 34
Octal 267 117 272 2 72 0 33 452 54 64
Binary 10110111 1001111 10111010 10 111010 0 11011 100101010 101100 110100

Color Harmonies of #B74FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FBA

Black with #B74FBA

Text Example


Text Example

White with #B74FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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