#B450D0

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

Shades of Medium Orchid #B450D0

Tints of Medium Orchid #B450D0

Color information

#B450D0 (or 0xB450D0) is unknown color: approx Medium Orchid. HEX triplet: B4, 50 and D0. RGB value is (180,80,208). Sum of RGB (Red+Green+Blue) = 180+80+208=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #B450D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450D0 is #4BAF2F. Grayscale: #7C7C7C. Windows color (decimal): -4960048 or 13652148. OLE color: 13652148.

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

Color convert

RGB18080208-
CMYK0.130.6200.18
HSL286.88º57.66%56.47%-
HSV(B)286.88º61.54%81.57%-
XYZ33.0819.9961.79-
YUV124.49175.13167.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 80 (31.64% from 255) = 17.09%
BLUE value IS 208 (81.64% from 255) = 44.44%
R=38.46%
G=17.09%
B=44.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180802080.130.6200.18286.8857.6656.47
HexB450D0D3E01211f3a38
Octal26412032015760224377270
Binary101101001010000110100001101111110010010100011111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B450D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B450D0; }

 p { color: rgb(180,80,208); }

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

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

 a { background-color: rgb(180,80,208); }

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

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

 span { border-color: rgb(180,80,208); }

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