#B267E1

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

Shades of Medium Orchid #B267E1

Tints of Medium Orchid #B267E1

Color information

#B267E1 (or 0xB267E1) is unknown color: approx Medium Orchid. HEX triplet: B2, 67 and E1. RGB value is (178,103,225). Sum of RGB (Red+Green+Blue) = 178+103+225=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #B267E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267E1 is #4D981E. Grayscale: #8A8A8A. Windows color (decimal): -5085215 or 14772146. OLE color: 14772146.

HSL color Cylindrical-coordinate representation of color #B267E1: hue angle of 276.89º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B267E1 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178103225-
CMYK0.210.5400.12
HSL276.89º67.03%64.31%-
HSV(B)276.89º54.22%88.24%-
XYZ36.824.674.04-
YUV139.33176.35155.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 103 (40.62% from 255) = 20.36%
BLUE value IS 225 (88.28% from 255) = 44.47%
R=35.18%
G=20.36%
B=44.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781032250.210.5400.12276.8967.0364.31
HexB267E115360C1154340
Octal2621473412566014425103100
Binary10110010110011111100001101011101100110010001010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B267E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B267E1; }

 p { color: rgb(178,103,225); }

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

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

 a { background-color: rgb(178,103,225); }

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

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

 span { border-color: rgb(178,103,225); }

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