Html Css Color HEX #B742C0 Fuchsia

📋 copy color: '#B742C0'

red 183 ◦ green 66 ◦ blue 192

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

Shades of Fuchsia #B742C0

Tints of Fuchsia #B742C0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.97%

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 41.5%
G = 14.97%
B = 43.54%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B742C0 (or 0xB742C0) is known color: Fuchsia. HEX triplet: B7, 42 and C0. RGB value is (183,66,192). Sum of RGB (Red+Green+Blue) = 183+66+192=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #B742C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742C0 is #48BD3F. Grayscale: #727272. Windows color (decimal): -4767040 or 12599991. OLE color: 12599991.

HSL color Cylindrical-coordinate representation of color #B742C0: hue angle of 295.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B742C0 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 66 192 -
CMYK 0.05 0.66 0 0.25
HSL 295.71º 0.5% 0.51% -
HSV(B) 295.71º 0.66% 0.75% -
XYZ 30.99 17.77 51.67 -
YUV 115.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 183 66 192 0.05 0.66 0 0.25 295.71 0.5 0.51
Hex B7 42 C0 5 42 0 19 128 32 33
Octal 267 102 300 5 102 0 31 450 62 63
Binary 10110111 1000010 11000000 101 1000010 0 11001 100101000 110010 110011

Color Harmonies of #B742C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B742C0

Black with #B742C0

Text Example


Text Example

White with #B742C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B742C0; }

 p { color: rgb(183,66,192); }

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

background-color css

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

 a { background-color: rgb(183,66,192); }

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

border-color css

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

 span { border-color: rgb(183,66,192); }

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