Html Css Color HEX #B742C6 Fuchsia

📋 copy color: '#B742C6'

red 183 ◦ green 66 ◦ blue 198

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

Shades of Fuchsia #B742C6

Tints of Fuchsia #B742C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.3%

R = 40.94%
G = 14.77%
B = 44.3%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B742C6 (or 0xB742C6) is known color: Fuchsia. HEX triplet: B7, 42 and C6. RGB value is (183,66,198). Sum of RGB (Red+Green+Blue) = 183+66+198=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #B742C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742C6 is #48BD39. Grayscale: #737373. Windows color (decimal): -4767034 or 12993207. OLE color: 12993207.

HSL color Cylindrical-coordinate representation of color #B742C6: hue angle of 293.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B742C6 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 66 198 -
CMYK 0.08 0.67 0 0.22
HSL 293.18º 0.54% 0.52% -
HSV(B) 293.18º 0.67% 0.78% -
XYZ 31.67 18.04 55.24 -
YUV 116.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 183 66 198 0.08 0.67 0 0.22 293.18 0.54 0.52
Hex B7 42 C6 8 43 0 16 125 36 34
Octal 267 102 306 10 103 0 26 445 66 64
Binary 10110111 1000010 11000110 1000 1000011 0 10110 100100101 110110 110100

Color Harmonies of #B742C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B742C6

Black with #B742C6

Text Example


Text Example

White with #B742C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B742C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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