#B767CC

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

Shades of Medium Orchid #B767CC

Tints of Medium Orchid #B767CC

Color information

#B767CC (or 0xB767CC) is unknown color: approx Medium Orchid. HEX triplet: B7, 67 and CC. RGB value is (183,103,204). Sum of RGB (Red+Green+Blue) = 183+103+204=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #B767CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767CC is #489833. Grayscale: #8A8A8A. Windows color (decimal): -4757556 or 13395895. OLE color: 13395895.

HSL color Cylindrical-coordinate representation of color #B767CC: hue angle of 287.52º 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 #B767CC is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB183103204-
CMYK0.100.5000.2
HSL287.52º49.75%60.2%-
HSV(B)287.52º49.51%80%-
XYZ35.2824.1359.92-
YUV138.43165159.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.35%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=37.35%
G=21.02%
B=41.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831032040.100.5000.2287.5249.7560.2
HexB767CCA32014120323c
Octal26714731412620244406274
Binary101101111100111110011001010110010010100100100000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767CC; }

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

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

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

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

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

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

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

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