Html Css Color HEX #B742C5 Fuchsia

📋 copy color: '#B742C5'

red 183 ◦ green 66 ◦ blue 197

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

Shades of Fuchsia #B742C5

Tints of Fuchsia #B742C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.17%

R = 41.03%
G = 14.8%
B = 44.17%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B742C5 (or 0xB742C5) is known color: Fuchsia. HEX triplet: B7, 42 and C5. RGB value is (183,66,197). Sum of RGB (Red+Green+Blue) = 183+66+197=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 197 - color contains mainly: blue. Hex color #B742C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742C5 is #48BD3A. Grayscale: #737373. Windows color (decimal): -4767035 or 12927671. OLE color: 12927671.

HSL color Cylindrical-coordinate representation of color #B742C5: hue angle of 293.59º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B742C5 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 183 66 197 -
CMYK 0.07 0.66 0 0.23
HSL 293.59º 0.53% 0.52% -
HSV(B) 293.59º 0.66% 0.77% -
XYZ 31.55 17.99 54.63 -
YUV 115.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 183 66 197 0.07 0.66 0 0.23 293.59 0.53 0.52
Hex B7 42 C5 7 42 0 17 126 35 34
Octal 267 102 305 7 102 0 27 446 65 64
Binary 10110111 1000010 11000101 111 1000010 0 10111 100100110 110101 110100

Color Harmonies of #B742C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B742C5

Black with #B742C5

Text Example


Text Example

White with #B742C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B742C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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