#B267DD

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

Shades of Medium Orchid #B267DD

Tints of Medium Orchid #B267DD

Color information

#B267DD (or 0xB267DD) is unknown color: approx Medium Orchid. HEX triplet: B2, 67 and DD. RGB value is (178,103,221). Sum of RGB (Red+Green+Blue) = 178+103+221=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #B267DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267DD is #4D9822. Grayscale: #8A8A8A. Windows color (decimal): -5085219 or 14510002. OLE color: 14510002.

HSL color Cylindrical-coordinate representation of color #B267DD: hue angle of 278.14º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B267DD is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178103221-
CMYK0.190.5300.13
HSL278.14º63.44%63.53%-
HSV(B)278.14º53.39%86.67%-
XYZ36.2624.3971.2-
YUV138.88174.35155.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 103 (40.62% from 255) = 20.52%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=35.46%
G=20.52%
B=44.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781032210.190.5300.13278.1463.4463.53
HexB267DD13350D1163f40
Octal262147335236501542677100
Binary1011001011001111101110110011110101011011000101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B267DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B267DD; }

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

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

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

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

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

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

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

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