#B767CA

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

Shades of Medium Orchid #B767CA

Tints of Medium Orchid #B767CA

Color information

#B767CA (or 0xB767CA) is unknown color: approx Medium Orchid. HEX triplet: B7, 67 and CA. RGB value is (183,103,202). Sum of RGB (Red+Green+Blue) = 183+103+202=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #B767CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767CA is #489835. Grayscale: #898989. Windows color (decimal): -4757558 or 13264823. OLE color: 13264823.

HSL color Cylindrical-coordinate representation of color #B767CA: hue angle of 288.48º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B767CA is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183103202-
CMYK0.090.4900.21
HSL288.48º48.29%59.8%-
HSV(B)288.48º49.01%79.22%-
XYZ35.0424.0358.67-
YUV138.21164159.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.5%
GREEN value IS 103 (40.62% from 255) = 21.11%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=37.5%
G=21.11%
B=41.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831032020.090.4900.21288.4848.2959.8
HexB767CA931015120303c
Octal26714731211610254406074
Binary101101111100111110010101001110001010101100100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767CA; }

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

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

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

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

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

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

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

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