Html Css Color HEX #B67BF6 Medium Purple

📋 copy color: '#B67BF6'

red 182 ◦ green 123 ◦ blue 246

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

Shades of Medium Purple #B67BF6

Tints of Medium Purple #B67BF6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.32%

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

R = 33.03%
G = 22.32%
B = 44.65%

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

#B67BF6 (or 0xB67BF6) is known color: Medium Purple. HEX triplet: B6, 7B and F6. RGB value is (182,123,246). Sum of RGB (Red+Green+Blue) = 182+123+246=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #B67BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67BF6 is #498409. Grayscale: #9A9A9A. Windows color (decimal): -4817930 or 16153526. OLE color: 16153526.

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

Color convert

RGB 182 123 246 -
CMYK 0.26 0.50 0 0.04
HSL 268.78º 0.87% 0.72% -
HSV(B) 268.78º 0.5% 0.96% -
XYZ 43.01 30.76 90.86 -
YUV 154.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 182 123 246 0.26 0.50 0 0.04 268.78 0.87 0.72
Hex B6 7B F6 1A 32 0 4 10D 57 48
Octal 266 173 366 32 62 0 4 415 127 110
Binary 10110110 1111011 11110110 11010 110010 0 100 100001101 1010111 1001000

Color Harmonies of #B67BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67BF6

Black with #B67BF6

Text Example


Text Example

White with #B67BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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