Html Css Color HEX #B67CF6 Medium Purple

📋 copy color: '#B67CF6'

red 182 ◦ green 124 ◦ blue 246

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

Shades of Medium Purple #B67CF6

Tints of Medium Purple #B67CF6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.46%

 BLUE value IS 246 (96.48% from 255) = 44.57%

R = 32.97%
G = 22.46%
B = 44.57%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B67CF6 (or 0xB67CF6) is known color: Medium Purple. HEX triplet: B6, 7C and F6. RGB value is (182,124,246). Sum of RGB (Red+Green+Blue) = 182+124+246=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #B67CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67CF6 is #498309. Grayscale: #9A9A9A. Windows color (decimal): -4817674 or 16153782. OLE color: 16153782.

HSL color Cylindrical-coordinate representation of color #B67CF6: hue angle of 268.52º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B67CF6 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 124 246 -
CMYK 0.26 0.50 0 0.04
HSL 268.52º 0.87% 0.73% -
HSV(B) 268.52º 0.5% 0.96% -
XYZ 43.13 31.01 90.9 -
YUV 155.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 182 124 246 0.26 0.50 0 0.04 268.52 0.87 0.73
Hex B6 7C F6 1A 32 0 4 10D 57 49
Octal 266 174 366 32 62 0 4 415 127 111
Binary 10110110 1111100 11110110 11010 110010 0 100 100001101 1010111 1001001

Color Harmonies of #B67CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67CF6

Black with #B67CF6

Text Example


Text Example

White with #B67CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67CF6; }

 p { color: rgb(182,124,246); }

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

background-color css

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

 a { background-color: rgb(182,124,246); }

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

border-color css

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

 span { border-color: rgb(182,124,246); }

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