#B767CD

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

Shades of Medium Orchid #B767CD

Tints of Medium Orchid #B767CD

Color information

#B767CD (or 0xB767CD) is unknown color: approx Medium Orchid. HEX triplet: B7, 67 and CD. RGB value is (183,103,205). Sum of RGB (Red+Green+Blue) = 183+103+205=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #B767CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767CD is #489832. Grayscale: #8A8A8A. Windows color (decimal): -4757555 or 13461431. OLE color: 13461431.

HSL color Cylindrical-coordinate representation of color #B767CD: hue angle of 287.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B767CD is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183103205-
CMYK0.110.5000.20
HSL287.06º50.5%60.39%-
HSV(B)287.06º49.76%80.39%-
XYZ35.424.1860.56-
YUV138.55165.5159.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.27%
GREEN value IS 103 (40.62% from 255) = 20.98%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=37.27%
G=20.98%
B=41.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831032050.110.5000.20287.0650.560.39
HexB767CDB3201411f323c
Octal26714731513620244376274
Binary101101111100111110011011011110010010100100011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767CD; }

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

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

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

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

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

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

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

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