Html Css Color HEX #B742BA Fuchsia

📋 copy color: '#B742BA'

red 183 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #B742BA

Tints of Fuchsia #B742BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 42.07%
G = 15.17%
B = 42.76%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B742BA (or 0xB742BA) is known color: Fuchsia. HEX triplet: B7, 42 and BA. RGB value is (183,66,186). Sum of RGB (Red+Green+Blue) = 183+66+186=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #B742BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742BA is #48BD45. Grayscale: #727272. Windows color (decimal): -4767046 or 12206775. OLE color: 12206775.

HSL color Cylindrical-coordinate representation of color #B742BA: hue angle of 298.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B742BA is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 66 186 -
CMYK 0.02 0.65 0 0.27
HSL 298.5º 0.48% 0.49% -
HSV(B) 298.5º 0.65% 0.73% -
XYZ 30.34 17.51 48.23 -
YUV 114.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 183 66 186 0.02 0.65 0 0.27 298.5 0.48 0.49
Hex B7 42 BA 2 41 0 1B 12A 30 31
Octal 267 102 272 2 101 0 33 452 60 61
Binary 10110111 1000010 10111010 10 1000001 0 11011 100101010 110000 110001

Color Harmonies of #B742BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B742BA

Black with #B742BA

Text Example


Text Example

White with #B742BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B742BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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