#B438F4

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

Shades of Medium Orchid #B438F4

Tints of Medium Orchid #B438F4

Color information

#B438F4 (or 0xB438F4) is unknown color: approx Medium Orchid. HEX triplet: B4, 38 and F4. RGB value is (180,56,244). Sum of RGB (Red+Green+Blue) = 180+56+244=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 244 (95.70% from 255 or 50.83% from 480); Max value from RGB is 244 - color contains mainly: blue. Hex color #B438F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B438F4 is #4BC70B. Grayscale: #717171. Windows color (decimal): -4966156 or 16005300. OLE color: 16005300.

HSL color Cylindrical-coordinate representation of color #B438F4: hue angle of 279.57º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B438F4 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18056244-
CMYK0.260.7700.04
HSL279.57º89.52%58.82%-
HSV(B)279.57º77.05%95.69%-
XYZ36.5719.0687.34-
YUV114.51201.08174.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 56 (22.27% from 255) = 11.67%
BLUE value IS 244 (95.70% from 255) = 50.83%
R=37.5%
G=11.67%
B=50.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal180562440.260.7700.04279.5789.5258.82
HexB438F41A4D041185a3b
Octal26470364321150443013273
Binary101101001110001111010011010100110101001000110001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B438F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B438F4; }

 p { color: rgb(180,56,244); }

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

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

 a { background-color: rgb(180,56,244); }

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

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

 span { border-color: rgb(180,56,244); }

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