#B767F7

Color #B767F7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B767F7

Tints of Medium Orchid #B767F7

Color information

#B767F7 (or 0xB767F7) is unknown color: approx Medium Orchid. HEX triplet: B7, 67 and F7. RGB value is (183,103,247). Sum of RGB (Red+Green+Blue) = 183+103+247=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #B767F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B767F7 is #489808. Grayscale: #8E8E8E. Windows color (decimal): -4757513 or 16213943. OLE color: 16213943.

HSL color Cylindrical-coordinate representation of color #B767F7: hue angle of 273.33º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B767F7 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183103247-
CMYK0.260.5800.03
HSL273.33º90%68.63%-
HSV(B)273.33º58.3%96.86%-
XYZ41.1726.4890.94-
YUV143.34186.5156.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.33%
GREEN value IS 103 (40.62% from 255) = 19.32%
BLUE value IS 247 (96.88% from 255) = 46.34%
R=34.33%
G=19.32%
B=46.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1831032470.260.5800.03273.339068.63
HexB767F71A3A031115a45
Octal267147367327203421132105
Binary101101111100111111101111101011101001110001000110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767F7; }

 p { color: rgb(183,103,247); }

 H1.HeaderClassName
 {
   color: #B767F7;
 }
 .AnyTagClassName
 {
   color: #B767F7;
 }
</style>
background-color css

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

 a { background-color: rgb(183,103,247); }

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

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

 span { border-color: rgb(183,103,247); }

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