#B867F4

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

Shades of Medium Orchid #B867F4

Tints of Medium Orchid #B867F4

Color information

#B867F4 (or 0xB867F4) is unknown color: approx Medium Orchid. HEX triplet: B8, 67 and F4. RGB value is (184,103,244). Sum of RGB (Red+Green+Blue) = 184+103+244=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #B867F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B867F4 is #47980B. Grayscale: #8E8E8E. Windows color (decimal): -4691980 or 16017336. OLE color: 16017336.

HSL color Cylindrical-coordinate representation of color #B867F4: hue angle of 274.47º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B867F4 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB184103244-
CMYK0.250.5800.04
HSL274.47º86.5%68.04%-
HSV(B)274.47º57.79%95.69%-
XYZ40.9526.4288.53-
YUV143.29184.84157.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 103 (40.62% from 255) = 19.40%
BLUE value IS 244 (95.70% from 255) = 45.95%
R=34.65%
G=19.40%
B=45.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1841032440.250.5800.04274.4786.568.04
HexB867F4193A041125744
Octal270147364317204422127104
Binary1011100011001111111010011001111010010010001001010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B867F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B867F4; }

 p { color: rgb(184,103,244); }

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

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

 a { background-color: rgb(184,103,244); }

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

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

 span { border-color: rgb(184,103,244); }

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