#B438CC

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

Shades of Medium Orchid #B438CC

Tints of Medium Orchid #B438CC

Color information

#B438CC (or 0xB438CC) is unknown color: approx Medium Orchid. HEX triplet: B4, 38 and CC. RGB value is (180,56,204). Sum of RGB (Red+Green+Blue) = 180+56+204=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #B438CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438CC is #4BC733. Grayscale: #6D6D6D. Windows color (decimal): -4966196 or 13383860. OLE color: 13383860.

HSL color Cylindrical-coordinate representation of color #B438CC: hue angle of 290.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B438CC is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18056204-
CMYK0.120.7300.2
HSL290.27º59.2%50.98%-
HSV(B)290.27º72.55%80%-
XYZ31.1416.8958.75-
YUV109.95181.08177.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 56 (22.27% from 255) = 12.73%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=40.91%
G=12.73%
B=46.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180562040.120.7300.2290.2759.250.98
HexB438CCC490141223b33
Octal26470314141110244427363
Binary101101001110001100110011001001001010100100100010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B438CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B438CC; }

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

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

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

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

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

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

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

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