Html Css Color HEX #B672BE Fuchsia

📋 copy color: '#B672BE'

red 182 ◦ green 114 ◦ blue 190

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

Shades of Fuchsia #B672BE

Tints of Fuchsia #B672BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.46%

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

R = 37.45%
G = 23.46%
B = 39.09%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B672BE (or 0xB672BE) is known color: Fuchsia. HEX triplet: B6, 72 and BE. RGB value is (182,114,190). Sum of RGB (Red+Green+Blue) = 182+114+190=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #B672BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672BE is #498D41. Grayscale: #8E8E8E. Windows color (decimal): -4820290 or 12481206. OLE color: 12481206.

HSL color Cylindrical-coordinate representation of color #B672BE: hue angle of 293.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B672BE is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 114 190 -
CMYK 0.04 0.40 0 0.25
HSL 293.68º 0.37% 0.6% -
HSV(B) 293.68º 0.4% 0.75% -
XYZ 34.6 25.7 51.85 -
YUV 143 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 182 114 190 0.04 0.40 0 0.25 293.68 0.37 0.6
Hex B6 72 BE 4 28 0 19 126 25 3C
Octal 266 162 276 4 50 0 31 446 45 74
Binary 10110110 1110010 10111110 100 101000 0 11001 100100110 100101 111100

Color Harmonies of #B672BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672BE

Black with #B672BE

Text Example


Text Example

White with #B672BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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