#B765CA

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

Shades of Medium Orchid #B765CA

Tints of Medium Orchid #B765CA

Color information

#B765CA (or 0xB765CA) is unknown color: approx Medium Orchid. HEX triplet: B7, 65 and CA. RGB value is (183,101,202). Sum of RGB (Red+Green+Blue) = 183+101+202=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #B765CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B765CA is #489A35. Grayscale: #888888. Windows color (decimal): -4758070 or 13264311. OLE color: 13264311.

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

Color convert

RGB183101202-
CMYK0.090.5000.21
HSL288.71º48.79%59.41%-
HSV(B)288.71º50%79.22%-
XYZ34.8423.6458.6-
YUV137.03164.67160.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.65%
GREEN value IS 101 (39.84% from 255) = 20.78%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=37.65%
G=20.78%
B=41.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831012020.090.5000.21288.7148.7959.41
HexB765CA932015121313b
Octal26714531211620254416173
Binary101101111100101110010101001110010010101100100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B765CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B765CA; }

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

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

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

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

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

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

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

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