#B751CA

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

Shades of Medium Orchid #B751CA

Tints of Medium Orchid #B751CA

Color information

#B751CA (or 0xB751CA) is unknown color: approx Medium Orchid. HEX triplet: B7, 51 and CA. RGB value is (183,81,202). Sum of RGB (Red+Green+Blue) = 183+81+202=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #B751CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B751CA is #48AE35. Grayscale: #7C7C7C. Windows color (decimal): -4763190 or 13259191. OLE color: 13259191.

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

Color convert

RGB18381202-
CMYK0.090.6000.21
HSL290.58º53.3%55.49%-
HSV(B)290.58º59.9%79.22%-
XYZ33.1320.2258.03-
YUV125.29171.29169.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 81 (32.03% from 255) = 17.38%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=39.27%
G=17.38%
B=43.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183812020.090.6000.21290.5853.355.49
HexB751CA93C0151233537
Octal26712131211740254436567
Binary101101111010001110010101001111100010101100100011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B751CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B751CA; }

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

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

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

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

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

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

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

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