Html Css Color HEX #B74CB6 Fuchsia

📋 copy color: '#B74CB6'

red 183 ◦ green 76 ◦ blue 182

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

Shades of Fuchsia #B74CB6

Tints of Fuchsia #B74CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.27%

R = 41.5%
G = 17.23%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B74CB6 (or 0xB74CB6) is known color: Fuchsia. HEX triplet: B7, 4C and B6. RGB value is (183,76,182). Sum of RGB (Red+Green+Blue) = 183+76+182=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CB6 is #48B349. Grayscale: #777777. Windows color (decimal): -4764490 or 11947191. OLE color: 11947191.

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

Color convert

RGB 183 76 182 -
CMYK 0 0.58 0.01 0.28
HSL 300.56º 0.43% 0.51% -
HSV(B) 300.56º 0.58% 0.72% -
XYZ 30.56 18.61 46.24 -
YUV 120.08 162.95 172.88 -
System Red Green Blue C M Y K H S L
Decimal 183 76 182 0 0.58 0.01 0.28 300.56 0.43 0.51
Hex B7 4C B6 0 3A 1 1C 12D 2B 33
Octal 267 114 266 0 72 1 34 455 53 63
Binary 10110111 1001100 10110110 0 111010 1 11100 100101101 101011 110011

Color Harmonies of #B74CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CB6

Black with #B74CB6

Text Example


Text Example

White with #B74CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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