#B451DD

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

Shades of Medium Orchid #B451DD

Tints of Medium Orchid #B451DD

Color information

#B451DD (or 0xB451DD) is unknown color: approx Medium Orchid. HEX triplet: B4, 51 and DD. RGB value is (180,81,221). Sum of RGB (Red+Green+Blue) = 180+81+221=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #B451DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451DD is #4BAE22. Grayscale: #7E7E7E. Windows color (decimal): -4959779 or 14504372. OLE color: 14504372.

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

Color convert

RGB18081221-
CMYK0.190.6300.13
HSL282.43º67.31%59.22%-
HSV(B)282.43º63.35%86.67%-
XYZ34.8220.8170.59-
YUV126.56181.3166.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 81 (32.03% from 255) = 16.80%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=37.34%
G=16.80%
B=45.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180812210.190.6300.13282.4367.3159.22
HexB451DD133F0D11a433b
Octal264121335237701543210373
Binary1011010010100011101110110011111111011011000110101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B451DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B451DD; }

 p { color: rgb(180,81,221); }

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

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

 a { background-color: rgb(180,81,221); }

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

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

 span { border-color: rgb(180,81,221); }

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