#B674E6

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

Shades of Medium Orchid #B674E6

Tints of Medium Orchid #B674E6

Color information

#B674E6 (or 0xB674E6) is unknown color: approx Medium Orchid. HEX triplet: B6, 74 and E6. RGB value is (182,116,230). Sum of RGB (Red+Green+Blue) = 182+116+230=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #B674E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B674E6 is #498B19. Grayscale: #949494. Windows color (decimal): -4819738 or 15103158. OLE color: 15103158.

HSL color Cylindrical-coordinate representation of color #B674E6: hue angle of 274.74º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B674E6 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB182116230-
CMYK0.210.5000.10
HSL274.74º69.51%67.84%-
HSV(B)274.74º49.57%90.2%-
XYZ39.8228.1578.2-
YUV148.73173.87151.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 116 (45.70% from 255) = 21.97%
BLUE value IS 230 (90.23% from 255) = 43.56%
R=34.47%
G=21.97%
B=43.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1821162300.210.5000.10274.7469.5167.84
HexB674E615320A1134644
Octal2661643462562012423106104
Binary10110110111010011100110101011100100101010001001110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B674E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B674E6; }

 p { color: rgb(182,116,230); }

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

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

 a { background-color: rgb(182,116,230); }

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

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

 span { border-color: rgb(182,116,230); }

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