Html Css Color HEX #B672EC Medium Purple

📋 copy color: '#B672EC'

red 182 ◦ green 114 ◦ blue 236

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

Shades of Medium Purple #B672EC

Tints of Medium Purple #B672EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.36%

R = 34.21%
G = 21.43%
B = 44.36%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B672EC (or 0xB672EC) is known color: Medium Purple. HEX triplet: B6, 72 and EC. RGB value is (182,114,236). Sum of RGB (Red+Green+Blue) = 182+114+236=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #B672EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B672EC is #498D13. Grayscale: #939393. Windows color (decimal): -4820244 or 15495862. OLE color: 15495862.

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

Color convert

RGB 182 114 236 -
CMYK 0.23 0.52 0 0.07
HSL 273.44º 0.76% 0.69% -
HSV(B) 273.44º 0.52% 0.93% -
XYZ 40.45 28.04 82.64 -
YUV 148.24 177.53 152.08 -
System Red Green Blue C M Y K H S L
Decimal 182 114 236 0.23 0.52 0 0.07 273.44 0.76 0.69
Hex B6 72 EC 17 34 0 7 111 4C 45
Octal 266 162 354 27 64 0 7 421 114 105
Binary 10110110 1110010 11101100 10111 110100 0 111 100010001 1001100 1000101

Color Harmonies of #B672EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672EC

Black with #B672EC

Text Example


Text Example

White with #B672EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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