#B75CDD

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

Shades of Medium Orchid #B75CDD

Tints of Medium Orchid #B75CDD

Color information

#B75CDD (or 0xB75CDD) is unknown color: approx Medium Orchid. HEX triplet: B7, 5C and DD. RGB value is (183,92,221). Sum of RGB (Red+Green+Blue) = 183+92+221=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #B75CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CDD is #48A322. Grayscale: #858585. Windows color (decimal): -4760355 or 14507191. OLE color: 14507191.

HSL color Cylindrical-coordinate representation of color #B75CDD: hue angle of 282.33º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B75CDD is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18392221-
CMYK0.170.5800.13
HSL282.33º65.48%61.37%-
HSV(B)282.33º58.37%86.67%-
XYZ36.4122.9470.92-
YUV133.92177.15163.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 92 (36.33% from 255) = 18.55%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=36.90%
G=18.55%
B=44.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183922210.170.5800.13282.3365.4861.37
HexB75CDD113A0D11a413d
Octal267134335217201543210175
Binary1011011110111001101110110001111010011011000110101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CDD; }

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

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

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

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

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

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

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

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