Html Css Color HEX #B642BE Fuchsia

📋 copy color: '#B642BE'

red 182 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #B642BE

Tints of Fuchsia #B642BE

RGB

 RED value IS 182 (71.48% from 255) = 41.55%

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

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 41.55%
G = 15.07%
B = 43.38%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B642BE (or 0xB642BE) is known color: Fuchsia. HEX triplet: B6, 42 and BE. RGB value is (182,66,190). Sum of RGB (Red+Green+Blue) = 182+66+190=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #B642BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642BE is #49BD41. Grayscale: #727272. Windows color (decimal): -4832578 or 12468918. OLE color: 12468918.

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

Color convert

RGB 182 66 190 -
CMYK 0.04 0.65 0 0.25
HSL 296.13º 0.49% 0.5% -
HSV(B) 296.13º 0.65% 0.75% -
XYZ 30.53 17.56 50.5 -
YUV 114.82 170.43 175.92 -
System Red Green Blue C M Y K H S L
Decimal 182 66 190 0.04 0.65 0 0.25 296.13 0.49 0.5
Hex B6 42 BE 4 41 0 19 128 31 32
Octal 266 102 276 4 101 0 31 450 61 62
Binary 10110110 1000010 10111110 100 1000001 0 11001 100101000 110001 110010

Color Harmonies of #B642BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642BE

Black with #B642BE

Text Example


Text Example

White with #B642BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642BE; }

 p { color: rgb(182,66,190); }

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

background-color css

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

 a { background-color: rgb(182,66,190); }

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

border-color css

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

 span { border-color: rgb(182,66,190); }

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