#B638F8

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

Shades of Medium Orchid #B638F8

Tints of Medium Orchid #B638F8

Color information

#B638F8 (or 0xB638F8) is unknown color: approx Medium Orchid. HEX triplet: B6, 38 and F8. RGB value is (182,56,248). Sum of RGB (Red+Green+Blue) = 182+56+248=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #B638F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B638F8 is #49C707. Grayscale: #727272. Windows color (decimal): -4835080 or 16267446. OLE color: 16267446.

HSL color Cylindrical-coordinate representation of color #B638F8: hue angle of 279.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B638F8 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18256248-
CMYK0.270.7700.03
HSL279.38º93.2%59.61%-
HSV(B)279.38º77.42%97.25%-
XYZ37.6519.5590.6-
YUV115.56202.74175.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 56 (22.27% from 255) = 11.52%
BLUE value IS 248 (97.27% from 255) = 51.03%
R=37.45%
G=11.52%
B=51.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal182562480.270.7700.03279.3893.259.61
HexB638F81B4D031175d3c
Octal26670370331150342713574
Binary10110110111000111110001101110011010111000101111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B638F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B638F8; }

 p { color: rgb(182,56,248); }

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

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

 a { background-color: rgb(182,56,248); }

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

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

 span { border-color: rgb(182,56,248); }

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