#b444ff

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

Shades of Medium Orchid #B444FF

Tints of Medium Orchid #B444FF

Color information

#B444FF (or 0xB444FF) is unknown color: approx Medium Orchid. HEX triplet: B4, 44 and FF. RGB value is (180,68,255). Sum of RGB (Red+Green+Blue) = 180+68+255=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #B444FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444FF is #4BBB00. Grayscale: #7A7A7A. Windows color (decimal): -4963073 or 16729268. OLE color: 16729268.

HSL color Cylindrical-coordinate representation of color #B444FF: hue angle of 275.94º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B444FF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18068255-
CMYK0.290.7300
HSL275.94º100%63.33%-
HSV(B)275.94º73.33%100%-
XYZ38.9421.0696.62-
YUV122.81202.61168.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 68 (26.95% from 255) = 13.52%
BLUE value IS 255 (100% from 255) = 50.70%
R=35.79%
G=13.52%
B=50.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal180682550.290.7300275.9410063.33
HexB444FF1D4900114643f
Octal264104377351110042414477
Binary10110100100010011111111111011001001001000101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b444ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b444ff; }

 p { color: rgb(180,68,255); }

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

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

 a { background-color: rgb(180,68,255); }

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

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

 span { border-color: rgb(180,68,255); }

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