Html Css Color HEX #B74CB0 Fuchsia

📋 copy color: '#B74CB0'

red 183 ◦ green 76 ◦ blue 176

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

Shades of Fuchsia #B74CB0

Tints of Fuchsia #B74CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 42.07%
G = 17.47%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B74CB0 (or 0xB74CB0) is known color: Fuchsia. HEX triplet: B7, 4C and B0. RGB value is (183,76,176). Sum of RGB (Red+Green+Blue) = 183+76+176=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74CB0 is #48B34F. Grayscale: #777777. Windows color (decimal): -4764496 or 11553975. OLE color: 11553975.

HSL color Cylindrical-coordinate representation of color #B74CB0: hue angle of 303.93º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74CB0 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 76 176 -
CMYK 0 0.58 0.04 0.28
HSL 303.93º 0.43% 0.51% -
HSV(B) 303.93º 0.58% 0.72% -
XYZ 29.95 18.37 43.04 -
YUV 119.39 159.95 173.37 -
System Red Green Blue C M Y K H S L
Decimal 183 76 176 0 0.58 0.04 0.28 303.93 0.43 0.51
Hex B7 4C B0 0 3A 4 1C 130 2B 33
Octal 267 114 260 0 72 4 34 460 53 63
Binary 10110111 1001100 10110000 0 111010 100 11100 100110000 101011 110011

Color Harmonies of #B74CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CB0

Black with #B74CB0

Text Example


Text Example

White with #B74CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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