#B75CDE

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

Shades of Medium Orchid #B75CDE

Tints of Medium Orchid #B75CDE

Color information

#B75CDE (or 0xB75CDE) is unknown color: approx Medium Orchid. HEX triplet: B7, 5C and DE. RGB value is (183,92,222). Sum of RGB (Red+Green+Blue) = 183+92+222=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #B75CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CDE is #48A321. Grayscale: #858585. Windows color (decimal): -4760354 or 14572727. OLE color: 14572727.

HSL color Cylindrical-coordinate representation of color #B75CDE: hue angle of 282º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B75CDE is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18392222-
CMYK0.180.5900.13
HSL282º66.33%61.57%-
HSV(B)282º58.56%87.06%-
XYZ36.542371.62-
YUV134.03177.65162.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.82%
GREEN value IS 92 (36.33% from 255) = 18.51%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=36.82%
G=18.51%
B=44.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183922220.180.5900.1328266.3361.57
HexB75CDE123B0D11a423e
Octal267134336227301543210276
Binary1011011110111001101111010010111011011011000110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CDE; }

 p { color: rgb(183,92,222); }

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

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

 a { background-color: rgb(183,92,222); }

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

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

 span { border-color: rgb(183,92,222); }

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