#B674CF

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

Shades of Medium Orchid #B674CF

Tints of Medium Orchid #B674CF

Color information

#B674CF (or 0xB674CF) is unknown color: approx Medium Orchid. HEX triplet: B6, 74 and CF. RGB value is (182,116,207). Sum of RGB (Red+Green+Blue) = 182+116+207=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #B674CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B674CF is #498B30. Grayscale: #919191. Windows color (decimal): -4819761 or 13595830. OLE color: 13595830.

HSL color Cylindrical-coordinate representation of color #B674CF: hue angle of 283.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B674CF is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182116207-
CMYK0.120.4400.19
HSL283.52º48.66%63.33%-
HSV(B)283.52º43.96%81.18%-
XYZ36.826.9462.29-
YUV146.11162.37153.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 207 (81.25% from 255) = 40.99%
R=36.04%
G=22.97%
B=40.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821162070.120.4400.19283.5248.6663.33
HexB674CFC2C01311c313f
Octal26616431714540234346177
Binary101101101110100110011111100101100010011100011100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B674CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B674CF; }

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

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

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

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

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

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

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

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