Html Css Color HEX #B74CBF Fuchsia

📋 copy color: '#B74CBF'

red 183 ◦ green 76 ◦ blue 191

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

Shades of Fuchsia #B74CBF

Tints of Fuchsia #B74CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.89%

 BLUE value IS 191 (75% from 255) = 42.44%

R = 40.67%
G = 16.89%
B = 42.44%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B74CBF (or 0xB74CBF) is known color: Fuchsia. HEX triplet: B7, 4C and BF. RGB value is (183,76,191). Sum of RGB (Red+Green+Blue) = 183+76+191=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #B74CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CBF is #48B340. Grayscale: #787878. Windows color (decimal): -4764481 or 12537015. OLE color: 12537015.

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

Color convert

RGB 183 76 191 -
CMYK 0.04 0.60 0 0.25
HSL 295.83º 0.47% 0.52% -
HSV(B) 295.83º 0.6% 0.75% -
XYZ 31.52 19 51.3 -
YUV 121.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 183 76 191 0.04 0.60 0 0.25 295.83 0.47 0.52
Hex B7 4C BF 4 3C 0 19 128 2F 34
Octal 267 114 277 4 74 0 31 450 57 64
Binary 10110111 1001100 10111111 100 111100 0 11001 100101000 101111 110100

Color Harmonies of #B74CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CBF

Black with #B74CBF

Text Example


Text Example

White with #B74CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CBF; }

 p { color: rgb(183,76,191); }

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

background-color css

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

 a { background-color: rgb(183,76,191); }

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

border-color css

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

 span { border-color: rgb(183,76,191); }

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