#B767DC

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

Shades of Medium Orchid #B767DC

Tints of Medium Orchid #B767DC

Color information

#B767DC (or 0xB767DC) is unknown color: approx Medium Orchid. HEX triplet: B7, 67 and DC. RGB value is (183,103,220). Sum of RGB (Red+Green+Blue) = 183+103+220=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #B767DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767DC is #489823. Grayscale: #8B8B8B. Windows color (decimal): -4757540 or 14444471. OLE color: 14444471.

HSL color Cylindrical-coordinate representation of color #B767DC: hue angle of 281.03º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B767DC is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183103220-
CMYK0.170.5300.14
HSL281.03º62.57%63.33%-
HSV(B)281.03º53.18%86.27%-
XYZ37.324.9470.56-
YUV140.26173158.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 103 (40.62% from 255) = 20.36%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=36.17%
G=20.36%
B=43.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831032200.170.5300.14281.0362.5763.33
HexB767DC11350E1193f3f
Octal26714733421650164317777
Binary101101111100111110111001000111010101110100011001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767DC; }

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

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

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

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

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

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

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

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